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:40:34 -04:00
parent 233a679b92
commit 67d336ece8
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,7 @@ IF(BUILD_TESTING)
IF("${CMAKE_GENERATOR}" MATCHES Xcode)
SET(CMAKE_SKIP_BOOTSTRAP_TEST 1)
ENDIF("${CMAKE_GENERATOR}" MATCHES XCode)
ENDIF("${CMAKE_GENERATOR}" MATCHES Xcode)
IF(EXISTS "${CMAKE_BINARY_DIR}/CMakeLists.txt")
# If there is CMakeLists.txt in the binary tree, assume in-source build
SET(CMAKE_SKIP_BOOTSTRAP_TEST 1)