Ninja: fix mis-matching endif() argument

This commit is contained in:
Peter Kümmel 2012-07-18 09:51:43 +02:00
parent 392a6541b5
commit 207ec5c3b1
1 changed files with 1 additions and 1 deletions

View File

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