Merge topic 'xcode-revise-make-program'

ab9fa54d Xcode: Switch to internal CMAKE_MAKE_PROGRAM lookup by generator (#15324)
11e2e6ca Xcode: Select make program at build time
e4055a61 Xcode: Add internal API to find xcodebuild
This commit is contained in:
Brad King
2015-01-29 09:14:00 -05:00
committed by CMake Topic Stage
7 changed files with 70 additions and 30 deletions
@@ -0,0 +1,6 @@
xcode-revise-make-program
-------------------------
* The :generator:`Xcode` generator no longer requires a value for
the :variable:`CMAKE_MAKE_PROGRAM` variable to be located up front.
It now locates ``xcodebuild`` when needed at build time.