浏览代码

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

Andy Cedilnik 20 年之前
父节点
当前提交
67d336ece8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/CMakeLists.txt

+ 1 - 1
Source/CMakeLists.txt

@@ -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)