summaryrefslogtreecommitdiff
path: root/Tests/VariableUnusedViaSet/CMakeLists.txt
blob: 0123ab22111ba30dbdbb73e132be4ab3bc4a8b5d (plain)
1
2
3
4
set(UNUSED_VARIABLE)
# Warning should occur here
set(UNUSED_VARIABLE "Usage")
message(STATUS "${UNUSED_VARIABLE}")