Merge topic 'patch-load-cache-script-mode'

18ae68a97c load_cache: Mention script mode support (-P)

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10241
This commit is contained in:
Brad King
2025-01-28 14:19:42 +00:00
committed by Kitware Robot
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -21,6 +21,8 @@ This command has two signatures. The recommended signature is:
For each cache ``<entry>``, a local variable is created using the specified
``<prefix>`` followed by the entry name.
This signature can be also used in :option:`cmake -P` script mode.
The following signature of this command is strongly discouraged, but it is
provided for backward compatibility:
@@ -42,6 +44,9 @@ provided for backward compatibility:
This option can be used to provide a list of internal cache entries to
include in addition to the non-internal cache entries.
This signature can be used only in CMake projects. Script mode is not
supported.
Examples
^^^^^^^^