diff options
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 |