diff options
Diffstat (limited to 'Tests/VariableUnusedViaSet/CMakeLists.txt')
-rw-r--r-- | Tests/VariableUnusedViaSet/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Tests/VariableUnusedViaSet/CMakeLists.txt b/Tests/VariableUnusedViaSet/CMakeLists.txt deleted file mode 100644 index 0123ab2..0000000 --- a/Tests/VariableUnusedViaSet/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -set(UNUSED_VARIABLE) -# Warning should occur here -set(UNUSED_VARIABLE "Usage") -message(STATUS "${UNUSED_VARIABLE}") |