summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-08-17 09:52:14 -0400
committerBrad King <brad.king@kitware.com>2022-08-17 09:52:14 -0400
commit9063674517e4244155f8286c2106dfb2707be0f4 (patch)
treee012bf87cfc2f99d885ea546b8d070e1e0555b52
parentbc01362368c4236b392f6dd20a95b21b73c2aed6 (diff)
downloadcmake-9063674517e4244155f8286c2106dfb2707be0f4.tar.gz
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
-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 3141255c5e..7db9c915b5 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
=============