diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-17 14:04:18 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-17 14:04:18 (GMT) |
commit | dee19760a701408411d6b20cc623ccb53ce54732 (patch) | |
tree | a82edeb25903b16593995760400dc4c255d78e87 /Tests/VariableUnusedViaUnset | |
parent | f231ce5ce3968d963f81dd3a5093ff2b13f17062 (diff) | |
download | CMake-dee19760a701408411d6b20cc623ccb53ce54732.zip CMake-dee19760a701408411d6b20cc623ccb53ce54732.tar.gz CMake-dee19760a701408411d6b20cc623ccb53ce54732.tar.bz2 |
Fix typo in VariableUnusedViaUnset test
Diffstat (limited to 'Tests/VariableUnusedViaUnset')
-rw-r--r-- | Tests/VariableUnusedViaUnset/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/VariableUnusedViaUnset/CMakeLists.txt b/Tests/VariableUnusedViaUnset/CMakeLists.txt index 886508e..4b4031d 100644 --- a/Tests/VariableUnusedViaUnset/CMakeLists.txt +++ b/Tests/VariableUnusedViaUnset/CMakeLists.txt @@ -1,7 +1,7 @@ # NOTE: Changing lines in here changes the test results since the first # instance shouldn't warn, but the second should and they have the same message -# A warning should NOT ne issued for this line: +# A warning should NOT be issued for this line: set(UNUSED_VARIABLE) # Warning should occur here: set(UNUSED_VARIABLE) |