diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-02 15:33:57 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-02 15:33:57 (GMT) |
commit | 75bda3864ea033f976773df80f22fea2992a165d (patch) | |
tree | b4e333dd1d93af58c03b4ec630fd0f540f53ac51 /Tests/VariableUsage | |
parent | 300fc15779330a1b733c9e1a19d24d682a3b4a91 (diff) | |
download | CMake-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.txt | 1 |
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}") |