diff options
Diffstat (limited to 'Help/release/3.23.rst')
-rw-r--r-- | Help/release/3.23.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/release/3.23.rst b/Help/release/3.23.rst index b2928db..c3bee02 100644 --- a/Help/release/3.23.rst +++ b/Help/release/3.23.rst @@ -18,6 +18,9 @@ Presets * :manual:`cmake-presets(7)` files now have an optional ``include`` field, which allows the files to include other files. +* :manual:`cmake-presets(7)` files now support a ``${fileDir}`` macro, which + contains the directory containing the preset file. + * :manual:`cmake-presets(7)` gained support for specifying the ``resolvePackageReferences`` command line option in a build preset to control restoration behavior of package references from external package managers. |