summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-15 14:54:12 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-01-15 14:54:12 (GMT)
commite7c1836e044689c0a55d9fcacd94d88ef8b9ec19 (patch)
tree74d5e5ebba0037c574e594ee1c4b87dc46414cb6 /Help/release
parentff1727af778301c2a53007098bd31fe7b9af6c40 (diff)
parentda928d305b10445c2a736597d87fb2a8c4409eb7 (diff)
downloadCMake-e7c1836e044689c0a55d9fcacd94d88ef8b9ec19.zip
CMake-e7c1836e044689c0a55d9fcacd94d88ef8b9ec19.tar.gz
CMake-e7c1836e044689c0a55d9fcacd94d88ef8b9ec19.tar.bz2
Merge topic 'Apple-compiler-selection'
da928d30 Help: Add notes for topic 'Apple-compiler-selection' 1f085e11 OS X: Resolve compiler in /usr/bin to that reported by Xcode xcrun 85d31735 CMakeDetermineCompiler: Factor out xcrun invocation into a macro
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/Apple-compiler-selection.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/Apple-compiler-selection.rst b/Help/release/dev/Apple-compiler-selection.rst
new file mode 100644
index 0000000..5ff5653
--- /dev/null
+++ b/Help/release/dev/Apple-compiler-selection.rst
@@ -0,0 +1,8 @@
+Apple-compiler-selection
+------------------------
+
+* On OS X with Makefile and Ninja generators, when a compiler is found
+ in ``/usr/bin`` it is now mapped to the corresponding compiler inside
+ the Xcode application folder, if any. This allows such build
+ trees to continue to work with their original compiler even when
+ ``xcode-select`` switches to a different Xcode installation.