summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-10 15:05:35 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-06-10 15:05:44 (GMT)
commitdfd06aa101c3cfcc5588b9f9ecc7eab9cb361965 (patch)
treefd3ecc4b7a7b262a051b13abdd71c71d7c20c70c /Help/release
parent32607abd0ba2e97b15889c081080515aaab484db (diff)
parentec08bc17526a7e22c1a18d5262ca0ca0c391ec6e (diff)
downloadCMake-dfd06aa101c3cfcc5588b9f9ecc7eab9cb361965.zip
CMake-dfd06aa101c3cfcc5588b9f9ecc7eab9cb361965.tar.gz
CMake-dfd06aa101c3cfcc5588b9f9ecc7eab9cb361965.tar.bz2
Merge topic 'CheckIPOSupported-honor-flags'
ec08bc1752 CheckIPOSupported: Compile check using flags of calling project Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !7343
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.24.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/3.24.rst b/Help/release/3.24.rst
index f347acb..4bde23f 100644
--- a/Help/release/3.24.rst
+++ b/Help/release/3.24.rst
@@ -323,6 +323,11 @@ Other Changes
etc. when enabling the corresponding language during the first CMake run in
a build directory. See policy :policy:`CMP0132`.
+* The :module:`CheckIPOSupported` module :command:`check_ipo_supported`
+ command now uses the caller's :variable:`CMAKE_<LANG>_FLAGS`
+ and :variable:`CMAKE_<LANG>_FLAGS_<CONFIG>` values.
+ See policy :policy:`CMP0138`.
+
* The :generator:`MSYS Makefiles` and :generator:`MinGW Makefiles`
generators, when a compiler is not explicitly specified, now select
the first compiler (of any name) found in directories listed by the