summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2019-02-10 10:22:38 (GMT)
committerGregor Jasny <gjasny@googlemail.com>2019-02-16 14:20:39 (GMT)
commitafb325018ebe7c41933b652732a43e4bb4777588 (patch)
treedd4162ef023032f8f1ac2c77727ab3e53b37c33b /Source/CMakeLists.txt
parent657b30905a9d03869c99064872ec715c9934312a (diff)
downloadCMake-afb325018ebe7c41933b652732a43e4bb4777588.zip
CMake-afb325018ebe7c41933b652732a43e4bb4777588.tar.gz
CMake-afb325018ebe7c41933b652732a43e4bb4777588.tar.bz2
Xcode: Require at least Xcode 5
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 1c06052..663d42e 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -1060,9 +1060,6 @@ if(CPACK_ENABLE_FREEBSD_PKG AND FREEBSD_PKG_INCLUDE_DIRS AND FREEBSD_PKG_LIBRARI
endif()
if(APPLE)
- add_executable(cmakexbuild cmakexbuild.cxx)
- list(APPEND _tools cmakexbuild)
- target_link_libraries(cmakexbuild CMakeLib)
add_executable(OSXScriptLauncher
CPack/OSXScriptLauncher.cxx)
target_link_libraries(OSXScriptLauncher cmsys)