CMake/Tests/VariableUnusedViaSet/CMakeLists.txt
2010-09-16 13:52:54 -04:00

5 lines
115 B
CMake

set(UNUSED_VARIABLE)
# Warning should occur here
set(UNUSED_VARIABLE "Usage")
message(STATUS "${UNUSED_VARIABLE}")