mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
Ninja: fix mis-matching endif() argument
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user