summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-10-29 13:39:17 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-10-29 13:39:24 (GMT)
commitf4712b8af74a683165de1f6ae19ed0e640d79c3b (patch)
treec2434387e2da630c111ddafc57b9c55ec5fd02cb /Help
parent9b3d66bf910f9bd85a1b0ce94d5c60e3a5c03980 (diff)
parent6aa2e2230009f05d3286a8c35bbfc10f099239f1 (diff)
downloadCMake-f4712b8af74a683165de1f6ae19ed0e640d79c3b.zip
CMake-f4712b8af74a683165de1f6ae19ed0e640d79c3b.tar.gz
CMake-f4712b8af74a683165de1f6ae19ed0e640d79c3b.tar.bz2
Merge topic 'doc-CMP0174' into release-3.31
6aa2e22300 Help: Add 3.31 release note for cmake_parse_arguments CMP0174 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9955
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.31.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/release/3.31.rst b/Help/release/3.31.rst
index 3e125c9..606fb95 100644
--- a/Help/release/3.31.rst
+++ b/Help/release/3.31.rst
@@ -253,3 +253,7 @@ Other Changes
:variable:`<PROJECT-NAME>_SOURCE_DIR`, :variable:`<PROJECT-NAME>_BINARY_DIR`,
and :variable:`<PROJECT-NAME>_IS_TOP_LEVEL` as both normal variables and
cache entries. See policy :policy:`CMP0180`.
+
+* The :command:`cmake_parse_arguments(PARSE_ARGV)` command now defines a
+ variable for an empty string after a single-value keyword. See policy
+ :policy:`CMP0174`.