summaryrefslogtreecommitdiffstats
path: root/Tests/VariableUsage
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-09-02 15:33:57 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-09-02 15:33:57 (GMT)
commit75bda3864ea033f976773df80f22fea2992a165d (patch)
treeb4e333dd1d93af58c03b4ec630fd0f540f53ac51 /Tests/VariableUsage
parent300fc15779330a1b733c9e1a19d24d682a3b4a91 (diff)
downloadCMake-75bda3864ea033f976773df80f22fea2992a165d.zip
CMake-75bda3864ea033f976773df80f22fea2992a165d.tar.gz
CMake-75bda3864ea033f976773df80f22fea2992a165d.tar.bz2
Add tests for unused command line variables
Diffstat (limited to 'Tests/VariableUsage')
-rw-r--r--Tests/VariableUsage/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/VariableUsage/CMakeLists.txt b/Tests/VariableUsage/CMakeLists.txt
new file mode 100644
index 0000000..4da1f56
--- /dev/null
+++ b/Tests/VariableUsage/CMakeLists.txt
@@ -0,0 +1 @@
+message(STATUS "${USED_VARIABLE}")