فهرست منبع

Ninja: fix mis-matching endif() argument

Peter Kümmel 13 سال پیش
والد
کامیت
207ec5c3b1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Tests/BuildDepends/Project/CMakeLists.txt

+ 1 - 1
Tests/BuildDepends/Project/CMakeLists.txt

@@ -26,7 +26,7 @@ if(APPLE)
       # Arch 'ppc' no longer works: tools no longer available starting with Xcode 4
       set(CMAKE_OSX_ARCHITECTURES i386 x86_64)
     endif()
-  endif(EXISTS "${CMAKE_OSX_SYSROOT}")
+  endif()
 endif(APPLE)
 
 add_library(foo STATIC ${testRebuild_BINARY_DIR}/foo.cxx)