1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-08-10 17:35:34 +02:00
gbe_fork/cmake/share/cmake-3.30/Help/envvar/ISPC.rst
2024-08-19 00:33:31 +02:00

13 lines
502 B
ReStructuredText

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.