summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorZoran Angelov <baldzar@gmail.com>2023-04-06 18:38:05 (GMT)
committerBrad King <brad.king@kitware.com>2023-04-26 14:03:53 (GMT)
commitf552ba6e6d4571213afdc8afdd063637ac0cbee7 (patch)
tree7498447afb89df59d600eab0dff0b221bb210bd1 /Help/manual
parent1df24df01f0053d07ac2083c4ea8fa915cbb5e65 (diff)
downloadCMake-f552ba6e6d4571213afdc8afdd063637ac0cbee7.zip
CMake-f552ba6e6d4571213afdc8afdd063637ac0cbee7.tar.gz
CMake-f552ba6e6d4571213afdc8afdd063637ac0cbee7.tar.bz2
presets: add support for macro expansion to includes
Only `$penv{}` can be expanded when processing includes.
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-presets.7.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/manual/cmake-presets.7.rst b/Help/manual/cmake-presets.7.rst
index 7aea8e6..e2366da 100644
--- a/Help/manual/cmake-presets.7.rst
+++ b/Help/manual/cmake-presets.7.rst
@@ -133,6 +133,9 @@ Files directly or indirectly included from ``CMakePresets.json`` should be
guaranteed to be provided by the project. ``CMakeUserPresets.json`` may
include files from anywhere.
+Starting from version ``7``, the ``include`` field supports
+`macro expansion`_, but only ``$penv{}`` macro expansion.
+
Configure Preset
^^^^^^^^^^^^^^^^