diff options
author | Brad King <brad.king@kitware.com> | 2022-08-17 13:52:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-08-17 13:52:14 (GMT) |
commit | 9063674517e4244155f8286c2106dfb2707be0f4 (patch) | |
tree | e012bf87cfc2f99d885ea546b8d070e1e0555b52 /Help/release/3.24.rst | |
parent | bc01362368c4236b392f6dd20a95b21b73c2aed6 (diff) | |
download | CMake-9063674517e4244155f8286c2106dfb2707be0f4.zip CMake-9063674517e4244155f8286c2106dfb2707be0f4.tar.gz CMake-9063674517e4244155f8286c2106dfb2707be0f4.tar.bz2 |
Help: Add 3.24 release note about FindVulkan component enforcement
Since commit 6e4d20921d (FindVulkan: Add component for `shaderc_combined`,
2022-05-18, v3.24.0-rc1~111^2~5), the module rejects unknown components.
Add a release note about this behavior change.
Issue: #23849
Diffstat (limited to 'Help/release/3.24.rst')
-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 3141255..7db9c91 100644 --- a/Help/release/3.24.rst +++ b/Help/release/3.24.rst @@ -317,6 +317,11 @@ Deprecated and Removed Features * The :module:`FindGLUT` module no longer provides the undocumented ``GLUT_LIBRARY`` and ``GLUT_INCLUDE_PATH`` result variables. +* The :module:`FindVulkan` module no longer silently ignores unknown + components requested by a ``find_package(Vulkan REQUIRED ...)`` call. + With the addition of support for components, requests for unknown + components now produce an error. + Other Changes ============= |