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/variable | |
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/variable')
-rw-r--r-- | Help/variable/IOS.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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``. |