diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-03-06 12:57:45 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2019-03-06 13:04:55 (GMT) |
commit | de850fe3851e46aa01e8dc8874d17efcf0c9bbf6 (patch) | |
tree | d33ede936038170ce50b1bc79c1168a2040b3ea4 /Help/variable | |
parent | d61a5a20ef1caace4c757c3ea73c21cffeba2445 (diff) | |
download | CMake-de850fe3851e46aa01e8dc8874d17efcf0c9bbf6.zip CMake-de850fe3851e46aa01e8dc8874d17efcf0c9bbf6.tar.gz CMake-de850fe3851e46aa01e8dc8874d17efcf0c9bbf6.tar.bz2 |
Help: Trivial typo fix for CMAKE_XCODE_GENERATE_SCHEME
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst b/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst index 2f9a867..cb8ef06 100644 --- a/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst +++ b/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst @@ -1,7 +1,7 @@ CMAKE_XCODE_GENERATE_SCHEME --------------------------- -If enabled, the Xcode generator will generate schema files. Those are +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. |