diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2020-07-30 14:15:22 (GMT) |
---|---|---|
committer | Robert Maynard <robert.maynard@kitware.com> | 2020-08-28 15:21:31 (GMT) |
commit | 8976817d6d4cf8ba5755ab24e2760c4c9cb485de (patch) | |
tree | 61527f71f418714e83b51f40d305c913486b28c8 /Help/command/project.rst | |
parent | 2368f46ba42efab00f7a0c7d1b24301f19196176 (diff) | |
download | CMake-8976817d6d4cf8ba5755ab24e2760c4c9cb485de.zip CMake-8976817d6d4cf8ba5755ab24e2760c4c9cb485de.tar.gz CMake-8976817d6d4cf8ba5755ab24e2760c4c9cb485de.tar.bz2 |
ISPC: Update help documentation to include ISPC
Diffstat (limited to 'Help/command/project.rst')
-rw-r--r-- | Help/command/project.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/project.rst b/Help/command/project.rst index b6093d3..c325050 100644 --- a/Help/command/project.rst +++ b/Help/command/project.rst @@ -88,7 +88,7 @@ The options are: Selects which programming languages are needed to build the project. Supported languages include ``C``, ``CXX`` (i.e. C++), ``CUDA``, - ``OBJC`` (i.e. Objective-C), ``OBJCXX``, ``Fortran``, and ``ASM``. + ``OBJC`` (i.e. Objective-C), ``OBJCXX``, ``Fortran``, ``ISPC``, and ``ASM``. By default ``C`` and ``CXX`` are enabled if no language options are given. Specify language ``NONE``, or use the ``LANGUAGES`` keyword and list no languages, to skip enabling any languages. |