
Previous the wording could be interpreted to mean that the environment variables like `CXXFLAGS` are used exclusively to initialize the corresponding cache entries like `CMAKE_CXX_FLAGS`. State clearly that the value will be used in combination with builtin defaults. Issue: #23956
15 lines
354 B
ReStructuredText
15 lines
354 B
ReStructuredText
ISPCFLAGS
|
|
---------
|
|
|
|
.. versionadded:: 3.19
|
|
|
|
.. include:: ENV_VAR.txt
|
|
|
|
Add default compilation flags to be used when compiling ``ISPC`` files.
|
|
|
|
.. |CMAKE_LANG_FLAGS| replace:: :variable:`CMAKE_ISPC_FLAGS <CMAKE_<LANG>_FLAGS>`
|
|
.. |LANG| replace:: ``ISPC``
|
|
.. include:: LANG_FLAGS.txt
|
|
|
|
See also :variable:`CMAKE_ISPC_FLAGS_INIT <CMAKE_<LANG>_FLAGS_INIT>`.
|