mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
5 lines
115 B
CMake
5 lines
115 B
CMake
set(UNUSED_VARIABLE)
|
|
# Warning should occur here
|
|
set(UNUSED_VARIABLE "Usage")
|
|
message(STATUS "${UNUSED_VARIABLE}")
|