From 6aa2e2230009f05d3286a8c35bbfc10f099239f1 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 28 Oct 2024 10:31:45 +0100 Subject: Help: Add 3.31 release note for cmake_parse_arguments CMP0174 This was left out by commit ceeea4e511 (cmake_parse_arguments: Set variable if empty string given after keyword, 2024-08-18, v3.31.0-rc1~175^2). --- Help/release/3.31.rst | 4 ++++ 1 file changed, 4 insertions(+) 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:`_SOURCE_DIR`, :variable:`_BINARY_DIR`, and :variable:`_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`. -- cgit v0.12