summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-09-29 11:58:52 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-09-29 11:59:02 (GMT)
commitcadcb6a5f0e1ebaefd74f8c52151e410c57cfa96 (patch)
tree7f8c0b72d3d8e7a01cc06262fa1ef37047503217 /Help/release
parentb1ecce8ae7b8aea03b98f11335ca6514b425e7c5 (diff)
parent09b30515247b95358fa9126ce76e35f2d177c241 (diff)
downloadCMake-cadcb6a5f0e1ebaefd74f8c52151e410c57cfa96.zip
CMake-cadcb6a5f0e1ebaefd74f8c52151e410c57cfa96.tar.gz
CMake-cadcb6a5f0e1ebaefd74f8c52151e410c57cfa96.tar.bz2
Merge topic 'try_compile-no-cache'
09b3051524 try_compile: Add NO_CACHE option (also try_run) Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7723
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/try_compile-no_cache.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/try_compile-no_cache.rst b/Help/release/dev/try_compile-no_cache.rst
new file mode 100644
index 0000000..ebabcd5
--- /dev/null
+++ b/Help/release/dev/try_compile-no_cache.rst
@@ -0,0 +1,5 @@
+try_compile-no_cache
+--------------------
+
+* The :command:`try_compile` and :command:`try_run` commands gained the option
+ ``NO_CACHE`` to store results in normal variables.