2011-02-07 16:37:25 +01:00

5 lines
115 B
CMake

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