summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-07-20 20:00:29 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2010-07-20 20:00:29 (GMT)
commite1a4c02bac67f9420be0796712cc1da5985f7177 (patch)
treeaef4e7e8d4b87402e6ce125ac8112ddb4666b9c3 /Tests
parentefb2c1e6957fa90420ef051d76a17f0b1230c901 (diff)
parent7739d786a42a2bbbab87df0c4f869ef8aecae767 (diff)
downloadCMake-e1a4c02bac67f9420be0796712cc1da5985f7177.zip
CMake-e1a4c02bac67f9420be0796712cc1da5985f7177.tar.gz
CMake-e1a4c02bac67f9420be0796712cc1da5985f7177.tar.bz2
Merge topic 'resolve/doc-spelling/CPackRPM'
7739d78 Merge CPackRPM changes into doc-spelling 9203e91 Fix spelling errors reported by Lintian.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeTests/FindBaseTest.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeTests/FindBaseTest.cmake.in b/Tests/CMakeTests/FindBaseTest.cmake.in
index 02f7001..47c1692 100644
--- a/Tests/CMakeTests/FindBaseTest.cmake.in
+++ b/Tests/CMakeTests/FindBaseTest.cmake.in
@@ -55,7 +55,7 @@ if(NOT "${FOO_H_5}" STREQUAL "${_HEADER_FULL}")
message(FATAL_ERROR "Did not find \"${_HEADER_FULL}\"\ngot ${FOO_H_5} instead !")
endif(NOT "${FOO_H_5}" STREQUAL "${_HEADER_FULL}")
-# by explicitely disabling CMAKE_FIND_ROOT_PATH again it shouldn't be found
+# by explicitly disabling CMAKE_FIND_ROOT_PATH again it shouldn't be found
find_file(FOO_H_6 ${_HEADER} NO_CMAKE_FIND_ROOT_PATH)
if(FOO_H_6)
message(FATAL_ERROR "${_HEADER} found: ${FOO_H_6}, it should not exist !")