summaryrefslogtreecommitdiff
path: root/Help/variable
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:14:23 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:14:23 +0900
commit673b21719eea1405c2e96df62abe022cd82a73ad (patch)
tree35b9aa5502f03ecca02a9111e999b1828e7b8415 /Help/variable
parenta29c56f9e049bc76021843cf77afe4474bc6a493 (diff)
downloadcmake-673b21719eea1405c2e96df62abe022cd82a73ad.tar.gz
cmake-673b21719eea1405c2e96df62abe022cd82a73ad.tar.bz2
cmake-673b21719eea1405c2e96df62abe022cd82a73ad.zip
Imported Upstream version 3.16.3upstream/3.16.3
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_LANG_COMPILER_LAUNCHER.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_LANG_COMPILER_LAUNCHER.rst b/Help/variable/CMAKE_LANG_COMPILER_LAUNCHER.rst
index e6c8bb58e..6b7e35a0a 100644
--- a/Help/variable/CMAKE_LANG_COMPILER_LAUNCHER.rst
+++ b/Help/variable/CMAKE_LANG_COMPILER_LAUNCHER.rst
@@ -4,4 +4,4 @@ CMAKE_<LANG>_COMPILER_LAUNCHER
Default value for :prop_tgt:`<LANG>_COMPILER_LAUNCHER` target property.
This variable is used to initialize the property on each target as it is
created. This is done only when ``<LANG>`` is ``C``, ``CXX``, ``Fortran``,
-or ``CUDA``.
+``OBJC``, ``OBJCXX``, or ``CUDA``.