[vulkan-headers] Control options (#40514)

This commit is contained in:
Kai Pastor 2024-08-19 18:50:18 +02:00 committed by GitHub
parent 71e8f68925
commit 3d23d8f278
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 2 deletions

View File

@ -8,7 +8,11 @@ vcpkg_from_github(
set(VCPKG_BUILD_TYPE release) # header-only port
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DVULKAN_HEADERS_ENABLE_MODULE=OFF
-DVULKAN_HEADERS_ENABLE_TESTS=OFF
)
vcpkg_cmake_install()
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")

View File

@ -1,6 +1,7 @@
{
"name": "vulkan-headers",
"version": "1.3.290.0",
"port-version": 1,
"description": "Vulkan header files and API registry",
"homepage": "https://github.com/KhronosGroup/Vulkan-Headers",
"license": "Apache-2.0 OR MIT",

View File

@ -9362,7 +9362,7 @@
},
"vulkan-headers": {
"baseline": "1.3.290.0",
"port-version": 0
"port-version": 1
},
"vulkan-hpp": {
"baseline": "deprecated",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3335b4bdf60e3c09fafd8541329aba7c275c5a1a",
"version": "1.3.290.0",
"port-version": 1
},
{
"git-tree": "5f50e6d2867d888fdcb9e2a467731948e4ed36f5",
"version": "1.3.290.0",