diff options
author | Brad King <brad.king@kitware.com> | 2019-02-18 14:20:01 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-02-18 14:20:16 (GMT) |
commit | 0923246b2e2fb5be0d2fa1b256879a326aeee13b (patch) | |
tree | 4b2b6e0b8f5a4ad2178893b5586684354351aaee /Source/CMakeLists.txt | |
parent | bafd0ffa987bea9216e7722c027478f26d5e8f6a (diff) | |
parent | afb325018ebe7c41933b652732a43e4bb4777588 (diff) | |
download | CMake-0923246b2e2fb5be0d2fa1b256879a326aeee13b.zip CMake-0923246b2e2fb5be0d2fa1b256879a326aeee13b.tar.gz CMake-0923246b2e2fb5be0d2fa1b256879a326aeee13b.tar.bz2 |
Merge topic 'require-xcode-5'
afb325018e Xcode: Require at least Xcode 5
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2975
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 3 |
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) |