[volk] Update dependencies to only depend on vulkan-headers rather than vulkan (#27747)

* volk only relies on vulkan-headers

* Formatting

* Formatting

* Actually formatting

* Version

* Fixing portfile

* Updating version
This commit is contained in:
Arsen Tufankjian 2022-11-11 09:09:23 -08:00 committed by GitHub
parent 470f0359aa
commit c607671659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View File

@ -13,6 +13,7 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DVOLK_INSTALL=ON
-DVULKAN_HEADERS_INSTALL_DIR=${CURRENT_INSTALLED_DIR}
)
vcpkg_cmake_install()
vcpkg_copy_pdbs()

View File

@ -1,6 +1,7 @@
{
"name": "volk",
"version": "1.3.233",
"port-version": 1,
"description": [
"Meta loader for Vulkan API.",
"Note that the static library target volk::volk is built without platform-specific defines.",
@ -17,6 +18,6 @@
"name": "vcpkg-cmake-config",
"host": true
},
"vulkan"
"vulkan-headers"
]
}

View File

@ -7818,7 +7818,7 @@
},
"volk": {
"baseline": "1.3.233",
"port-version": 0
"port-version": 1
},
"vowpal-wabbit": {
"baseline": "9.6.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0b1961a45b266c648b63febbe13d717ec65007c3",
"version": "1.3.233",
"port-version": 1
},
{
"git-tree": "1a140486e53637d3cddbf7ae5052a871e489cb8b",
"version": "1.3.233",