ENH: change name from XCode to Xcode no need to test bootstrap for xcode

This commit is contained in:
Andy Cedilnik 2005-08-02 13:02:04 -04:00
parent d9371295fe
commit 233a679b92
1 changed files with 1 additions and 1 deletions

View File

@ -837,7 +837,7 @@ IF(BUILD_TESTING)
)
ENDIF (CTEST_TEST_CTEST AND CMAKE_RUN_LONG_TESTS)
IF("${CMAKE_GENERATOR}" MATCHES XCode)
IF("${CMAKE_GENERATOR}" MATCHES Xcode)
SET(CMAKE_SKIP_BOOTSTRAP_TEST 1)
ENDIF("${CMAKE_GENERATOR}" MATCHES XCode)
IF(EXISTS "${CMAKE_BINARY_DIR}/CMakeLists.txt")