summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-07-25 18:04:56 (GMT)
committerBrad King <brad.king@kitware.com>2022-07-25 18:04:56 (GMT)
commit96573aec1c4c95079d96623b0d6da69221be7703 (patch)
treef56e2cd080b11ccfe0ec6b0474c5e7acec1d892a /Help/release
parenta0ff592bf4744546159ae585d7c7727d49e2d138 (diff)
parent0b538e400218d9852dbbaf1e2bcec6a3c52b4a4d (diff)
downloadCMake-96573aec1c4c95079d96623b0d6da69221be7703.zip
CMake-96573aec1c4c95079d96623b0d6da69221be7703.tar.gz
CMake-96573aec1c4c95079d96623b0d6da69221be7703.tar.bz2
Merge branch 'backport-3.24-FindVulkan-relnotes'
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.24.rst4
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.