mirror of
https://github.com/reactos/CMake.git
synced 2025-01-05 18:38:46 +00: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}")
|