diff options
author | Brad King <brad.king@kitware.com> | 2019-03-05 14:42:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-03-05 14:42:58 (GMT) |
commit | 509a9409c3ac77103960177950d2d5c1ac3ade7a (patch) | |
tree | 4b4a2348a32ed5b06a2f3fda7b39e1e2a6fa3d59 /Help/variable | |
parent | 5c0ef417b8a85546e50f7107b0038cbb7d108d20 (diff) | |
parent | e427c7c1d8077cad009f84eca9186efc584ac297 (diff) | |
download | CMake-509a9409c3ac77103960177950d2d5c1ac3ade7a.zip CMake-509a9409c3ac77103960177950d2d5c1ac3ade7a.tar.gz CMake-509a9409c3ac77103960177950d2d5c1ac3ade7a.tar.bz2 |
Merge branch 'ios-variable' into release-3.14
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``. |