summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2019-01-30 11:49:23 (GMT)
committerBrad King <brad.king@kitware.com>2019-02-04 14:03:35 (GMT)
commite8ee8cab97bdb084d4555ee3e76eb33303e3bc85 (patch)
tree3fa33f1ab4a4a21e8f9dbc060322b2feb0276e86 /Help/manual
parent11da882a1293b39ddd054342b1e6f2f3bd1bc934 (diff)
downloadCMake-e8ee8cab97bdb084d4555ee3e76eb33303e3bc85.zip
CMake-e8ee8cab97bdb084d4555ee3e76eb33303e3bc85.tar.gz
CMake-e8ee8cab97bdb084d4555ee3e76eb33303e3bc85.tar.bz2
Xcode: Completely disable code signing for compiler id detection
Issue: #17870
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-toolchains.7.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/manual/cmake-toolchains.7.rst b/Help/manual/cmake-toolchains.7.rst
index 565368b..d214e4a 100644
--- a/Help/manual/cmake-toolchains.7.rst
+++ b/Help/manual/cmake-toolchains.7.rst
@@ -564,6 +564,8 @@ code signing. If the :generator:`Xcode` generator is being used and
code signing is required or desired, the developmemt team ID can be
specified via the ``CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM`` CMake variable.
This team ID will then be included in the generated Xcode project.
+By default, CMake avoids the need for code signing during the internal
+configuration phase (i.e compiler ID and feature detection).
.. _`Switching Between Device and Simulator`: