https://github.com/Kitware/CMake
Revision ab9fa54d4841e5b0eff8d241ad8edb47401b0394 authored by Brad King on 28 January 2015, 19:00:02 UTC, committed by Brad King on 29 January 2015, 14:11:11 UTC
The "cmakexbuild" wrapper is not needed for Xcode 4 and above, and the
path to it may change when CMake moves.  Avoid storing a specific path
to a build program in CMakeCache.txt and instead compute the value for
CMAKE_MAKE_PROGRAM on demand.  However, if a user does set the value
explicitly then honor it.

This does for Xcode what commit v3.0.0-rc1~260^2~4 (VS: Switch to
internal CMAKE_MAKE_PROGRAM lookup by generators, 2013-11-15) did for
Visual Studio generators.
1 parent 11e2e6c
History
Tip revision: ab9fa54d4841e5b0eff8d241ad8edb47401b0394 authored by Brad King on 28 January 2015, 19:00:02 UTC
Xcode: Switch to internal CMAKE_MAKE_PROGRAM lookup by generator (#15324)
Tip revision: ab9fa54
File Mode Size
bash-completion
CMakeLists.txt -rw-r--r-- 264 bytes
cmake-help.vim -rw-r--r-- 668 bytes
cmake-indent.vim -rw-r--r-- 2.8 KB
cmake-mode.el -rw-r--r-- 14.0 KB
cmake-syntax.vim -rw-r--r-- 4.8 KB
cmake.m4 -rw-r--r-- 1.9 KB

back to top