diff options
author | Brad King <brad.king@kitware.com> | 2022-06-10 15:05:35 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-06-10 15:05:44 (GMT) |
commit | dfd06aa101c3cfcc5588b9f9ecc7eab9cb361965 (patch) | |
tree | fd3ecc4b7a7b262a051b13abdd71c71d7c20c70c /Help/release | |
parent | 32607abd0ba2e97b15889c081080515aaab484db (diff) | |
parent | ec08bc17526a7e22c1a18d5262ca0ca0c391ec6e (diff) | |
download | CMake-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.rst | 5 |
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 |