mirror of
https://github.com/reactos/CMake.git
synced 2024-12-20 02:28:25 +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}")
|