mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 08:43:33 +08:00
[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:
parent
470f0359aa
commit
c607671659
@ -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()
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
@ -7818,7 +7818,7 @@
|
||||
},
|
||||
"volk": {
|
||||
"baseline": "1.3.233",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"vowpal-wabbit": {
|
||||
"baseline": "9.6.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0b1961a45b266c648b63febbe13d717ec65007c3",
|
||||
"version": "1.3.233",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "1a140486e53637d3cddbf7ae5052a871e489cb8b",
|
||||
"version": "1.3.233",
|
||||
|
Loading…
Reference in New Issue
Block a user