summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2020-08-07 16:33:31 (GMT)
committerBrad King <brad.king@kitware.com>2020-09-03 15:46:11 (GMT)
commit5a1750017e65727660167ae1953746a3fd3d2c7b (patch)
tree5a5361794d3b7ae926c23e0efec1b3601963319f /Help/variable
parentca5babfd7a1da8e32f927ad086fdd91c2b09853b (diff)
downloadCMake-5a1750017e65727660167ae1953746a3fd3d2c7b.zip
CMake-5a1750017e65727660167ae1953746a3fd3d2c7b.tar.gz
CMake-5a1750017e65727660167ae1953746a3fd3d2c7b.tar.bz2
ISPC: Add compiler launcher support
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 98634c2..89fd7bc 100644
--- a/Help/variable/CMAKE_LANG_COMPILER_LAUNCHER.rst
+++ b/Help/variable/CMAKE_LANG_COMPILER_LAUNCHER.rst
@@ -6,7 +6,7 @@ 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``,
-``OBJC``, ``OBJCXX``, or ``CUDA``.
+``ISPC``, ``OBJC``, ``OBJCXX``, or ``CUDA``.
This variable is initialized to the :envvar:`CMAKE_<LANG>_COMPILER_LAUNCHER`
environment variable if it is set.