Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
VariableUnusedViaSet
/
CMakeLists.txt
blob: 0123ab22111ba30dbdbb73e132be4ab3bc4a8b5d [
file
] [
log
] [
blame
]
set(UNUSED_VARIABLE)
# Warning should occur here
set(UNUSED_VARIABLE "Usage")
message(STATUS "${UNUSED_VARIABLE}")