mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 12:19:41 -06:00
Add NO_CACHE option to try_compile and try_run, which places the results in regular, rather than cache, variables. Issue: #22799
6 lines
175 B
ReStructuredText
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.
|