diff options
author | MACHIZAUD Andréa <andrea.machizaud@gmail.com> | 2022-07-23 20:38:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-07-25 18:04:43 (GMT) |
commit | 0b538e400218d9852dbbaf1e2bcec6a3c52b4a4d (patch) | |
tree | bb0db916aceceb190d79debc86ee3dbe86d9e9bd /Help | |
parent | db66c384fc3de5fb5d9fd8d9ccdb43f663499fc3 (diff) | |
download | CMake-0b538e400218d9852dbbaf1e2bcec6a3c52b4a4d.zip CMake-0b538e400218d9852dbbaf1e2bcec6a3c52b4a4d.tar.gz CMake-0b538e400218d9852dbbaf1e2bcec6a3c52b4a4d.tar.bz2 |
FindVulkan: Add missing 3.24 release notes
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.24.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/release/3.24.rst b/Help/release/3.24.rst index f9e66b6..02252e0 100644 --- a/Help/release/3.24.rst +++ b/Help/release/3.24.rst @@ -220,6 +220,10 @@ Modules gained a ``NO_IMPLICIT_LINK_TO_MATLAB_LIBRARIES`` option to disable automatic linking of MATLAB libraries. +* The :module:`FindVulkan` module now supports components to select which + VulkanSDK tool and libraries to find in addition to the Vulkan SDK headers + and library. + * The :module:`FindZLIB` gained a new ``ZLIB_USE_STATIC_LIBS`` variable to search only for static libraries. |