diff options
author | Brad King <brad.king@kitware.com> | 2020-01-10 18:17:22 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-01-10 18:18:35 (GMT) |
commit | eb672da7d45c5a96224e9d31e849eafd5727609a (patch) | |
tree | 0d6ce80bd0ddd39ad2b0197f245b345e4d55301e /Help/prop_tgt | |
parent | fc94de68972aa8a3d71e50878f5f3223fc422e6c (diff) | |
parent | f6ef6e5a738a076305ec480d7e9cc167eb9091bd (diff) | |
download | CMake-eb672da7d45c5a96224e9d31e849eafd5727609a.zip CMake-eb672da7d45c5a96224e9d31e849eafd5727609a.tar.gz CMake-eb672da7d45c5a96224e9d31e849eafd5727609a.tar.bz2 |
Merge topic 'objc-compiler-launcher'
f6ef6e5a73 Merge branch 'backport-3.16-objc-compiler-launcher'
1a9f6bad98 ObjC: Add _COMPILE_LAUNCHER support
a05b9d4239 ObjC: Add _COMPILE_LAUNCHER support
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4189
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst b/Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst index 23af503..a6f2b24 100644 --- a/Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst +++ b/Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst @@ -2,7 +2,7 @@ ------------------------ This property is implemented only when ``<LANG>`` is ``C``, ``CXX``, -``Fortran``, or ``CUDA``. +``Fortran``, ``OBJC``, ``OBJCXX``, or ``CUDA``. Specify a :ref:`semicolon-separated list <CMake Language Lists>` containing a command line for a compiler launching tool. The :ref:`Makefile Generators` and the |