summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-08-17 14:16:02 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-08-17 14:16:10 (GMT)
commit8ad94b1977b7e0733d12d02a696d3cc79382b052 (patch)
tree5f3871f5bbb98a8e18fe7756f2897870c3a50b13 /Help
parent2216826ff81e97276bef65dde54fe24293f44ea0 (diff)
parent9063674517e4244155f8286c2106dfb2707be0f4 (diff)
downloadCMake-8ad94b1977b7e0733d12d02a696d3cc79382b052.zip
CMake-8ad94b1977b7e0733d12d02a696d3cc79382b052.tar.gz
CMake-8ad94b1977b7e0733d12d02a696d3cc79382b052.tar.bz2
Merge topic 'FindVulkan-tolerate-FATAL_ERROR'
9063674517 Help: Add 3.24 release note about FindVulkan component enforcement bc01362368 FindVulkan: Restore tolerance of unknown FATAL_ERROR component Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7583
Diffstat (limited to 'Help')
-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 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
=============