summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-14 20:13:33 (GMT)
committerBrad King <brad.king@kitware.com>2015-01-14 20:27:06 (GMT)
commitda928d305b10445c2a736597d87fb2a8c4409eb7 (patch)
tree29ca87ca275754d25d7c2c7f06f947b672b85a0e /Help
parent1f085e11e40a20f8e8702da7920e950e47deb27c (diff)
downloadCMake-da928d305b10445c2a736597d87fb2a8c4409eb7.zip
CMake-da928d305b10445c2a736597d87fb2a8c4409eb7.tar.gz
CMake-da928d305b10445c2a736597d87fb2a8c4409eb7.tar.bz2
Help: Add notes for topic 'Apple-compiler-selection'
Diffstat (limited to 'Help')
-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.