Merge topic 'load_cache_in_script'

5e9ecaae0e load_cache: Allow READ_WITH_PREFIX mode in cmake scripts

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4042
This commit is contained in:
Brad King
2019-11-21 16:02:58 +00:00
committed by Kitware Robot
11 changed files with 79 additions and 2 deletions
@@ -0,0 +1,5 @@
load_cache-script-mode
----------------------
* The :command:`load_cache(READ_WITH_PREFIX)` command mode is now allowed
when using ``cmake -P`` to :ref:`Run a Script <Script Processing Mode>`.