load_cache: Allow READ_WITH_PREFIX mode in cmake scripts

This commit is contained in:
Charles Barto
2019-11-12 17:17:17 -08:00
committed by Brad King
parent 7e62ffc028
commit 5e9ecaae0e
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>`.