diff options
author | Brad King <brad.king@kitware.com> | 2019-03-06 13:27:10 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-03-06 13:27:20 (GMT) |
commit | 742339a779acd06a0808e9d0fb3315aa863f932a (patch) | |
tree | 84c5cb1a3dc71d824a2e6c5c9a31c2068d48ff94 /Help | |
parent | 28186bd2bad418e7f9d813787812ba0ddf48ce09 (diff) | |
parent | e427c7c1d8077cad009f84eca9186efc584ac297 (diff) | |
download | CMake-742339a779acd06a0808e9d0fb3315aa863f932a.zip CMake-742339a779acd06a0808e9d0fb3315aa863f932a.tar.gz CMake-742339a779acd06a0808e9d0fb3315aa863f932a.tar.bz2 |
Merge topic 'ios-variable'
e427c7c1d8 iOS: Add IOS variable
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3051
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-variables.7.rst | 1 | ||||
-rw-r--r-- | Help/variable/IOS.rst | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst index 83c88a5..7609597 100644 --- a/Help/manual/cmake-variables.7.rst +++ b/Help/manual/cmake-variables.7.rst @@ -259,6 +259,7 @@ Variables that Describe the System /variable/CMAKE_SYSTEM_VERSION /variable/CYGWIN /variable/GHS-MULTI + /variable/IOS /variable/MINGW /variable/MSVC /variable/MSVC10 diff --git a/Help/variable/IOS.rst b/Help/variable/IOS.rst new file mode 100644 index 0000000..e5cc3f6 --- /dev/null +++ b/Help/variable/IOS.rst @@ -0,0 +1,4 @@ +IOS +--- + +Set to ``1`` when the target system (:variable:`CMAKE_SYSTEM_NAME`) is ``iOS``. |