mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
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
This commit is contained in:
@@ -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
|
||||
=============
|
||||
|
||||
|
||||
Reference in New Issue
Block a user