diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-03-06 13:00:09 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2019-03-06 13:04:55 (GMT) |
commit | d0cb912a2868bf7e907ce3f083fca812fafa78ef (patch) | |
tree | 21633291e02271e1457029e6cccdb48c3b215dc8 | |
parent | de850fe3851e46aa01e8dc8874d17efcf0c9bbf6 (diff) | |
download | CMake-d0cb912a2868bf7e907ce3f083fca812fafa78ef.zip CMake-d0cb912a2868bf7e907ce3f083fca812fafa78ef.tar.gz CMake-d0cb912a2868bf7e907ce3f083fca812fafa78ef.tar.bz2 |
Help: Remove note that Xcode scheme generator is experimental
-rw-r--r-- | Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst b/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst index cb8ef06..7466784 100644 --- a/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst +++ b/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst @@ -5,11 +5,6 @@ If enabled, the Xcode generator will generate schema files. These are useful to invoke analyze, archive, build-for-testing and test actions from the command line. -.. note:: - - The Xcode Schema Generator is still experimental and subject to - change. - The following target properties overwrite the default of the corresponding settings on the "Diagnostic" tab for each schema file. Each of those is initialized by the respective ``CMAKE_`` variable |