Files
CMake/Help/release/dev/try_compile-no_cache.rst
Matthew Woehlke 09b3051524 try_compile: Add NO_CACHE option (also try_run)
Add NO_CACHE option to try_compile and try_run, which places the results
in regular, rather than cache, variables.

Issue: #22799
2022-09-28 13:41:11 -04:00

6 lines
175 B
ReStructuredText

try_compile-no_cache
--------------------
* The :command:`try_compile` and :command:`try_run` commands gained the option
``NO_CACHE`` to store results in normal variables.