summaryrefslogtreecommitdiffstats
path: root/Tests/Preprocess
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-03-01 15:56:03 (GMT)
committerBrad King <brad.king@kitware.com>2008-03-01 15:56:03 (GMT)
commitb2cf4db2010ae0c08cd063b7aa8136fd512d8a97 (patch)
treea5281af2970b99ebfb52cea4bb1ae71057d27276 /Tests/Preprocess
parente083de1cf55e82b8886563006e7a60515923392d (diff)
downloadCMake-b2cf4db2010ae0c08cd063b7aa8136fd512d8a97.zip
CMake-b2cf4db2010ae0c08cd063b7aa8136fd512d8a97.tar.gz
CMake-b2cf4db2010ae0c08cd063b7aa8136fd512d8a97.tar.bz2
BUG: Fix typo XCode -> Xcode in Preprocess test.
Diffstat (limited to 'Tests/Preprocess')
-rw-r--r--Tests/Preprocess/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Preprocess/CMakeLists.txt b/Tests/Preprocess/CMakeLists.txt
index eaa17a9..fdda65f 100644
--- a/Tests/Preprocess/CMakeLists.txt
+++ b/Tests/Preprocess/CMakeLists.txt
@@ -11,9 +11,9 @@ ENDIF(CMAKE_ANSI_CFLAGS)
# Determine the build tool being used. Not all characters can be
# escaped for all build tools. This test checks all characters known
# to work with each tool and documents those known to not work.
-if("${CMAKE_GENERATOR}" MATCHES "XCode")
+if("${CMAKE_GENERATOR}" MATCHES "Xcode")
set(PP_XCODE 1)
-endif("${CMAKE_GENERATOR}" MATCHES "XCode")
+endif("${CMAKE_GENERATOR}" MATCHES "Xcode")
if("${CMAKE_GENERATOR}" MATCHES "Visual Studio 6")
set(PP_VS6 1)
endif("${CMAKE_GENERATOR}" MATCHES "Visual Studio 6")