https://github.com/Kitware/CMake
Raw File
Tip revision: 13d112ea03f2b068da1f7ac3239a42a6cff94eda authored by Brad King on 27 May 2021, 18:05:04 UTC
CMake 3.20.3
Tip revision: 13d112e
ISPC.rst
ISPC
-------

.. versionadded:: 3.19

.. include:: ENV_VAR.txt

Preferred executable for compiling ``ISPC`` language files. Will only be used by
CMake on the first configuration to determine ``ISPC`` compiler, after which the
value for ``ISPC`` is stored in the cache as
:variable:`CMAKE_ISPC_COMPILER <CMAKE_<LANG>_COMPILER>`. For any configuration
run (including the first), the environment variable will be ignored if the
:variable:`CMAKE_ISPC_COMPILER <CMAKE_<LANG>_COMPILER>` variable is defined.
back to top