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/enable_language.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/enable_language.rst')
-rw-r--r-- | Help/command/enable_language.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/command/enable_language.rst b/Help/command/enable_language.rst index fdc44f2..e8640ea 100644 --- a/Help/command/enable_language.rst +++ b/Help/command/enable_language.rst @@ -9,7 +9,8 @@ Enable a language (CXX/C/OBJC/OBJCXX/Fortran/etc) Enables support for the named language in CMake. This is the same as the :command:`project` command but does not create any of the extra variables that are created by the project command. Example languages -are ``CXX``, ``C``, ``CUDA``, ``OBJC``, ``OBJCXX``, ``Fortran``, and ``ASM``. +are ``CXX``, ``C``, ``CUDA``, ``OBJC``, ``OBJCXX``, ``Fortran``, +``ISPC``, and ``ASM``. If enabling ``ASM``, enable it last so that CMake can check whether compilers for other languages like ``C`` work for assembly too. |