mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:45:52 +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}"
|
SOURCE_PATH "${SOURCE_PATH}"
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-DVOLK_INSTALL=ON
|
-DVOLK_INSTALL=ON
|
||||||
|
-DVULKAN_HEADERS_INSTALL_DIR=${CURRENT_INSTALLED_DIR}
|
||||||
)
|
)
|
||||||
vcpkg_cmake_install()
|
vcpkg_cmake_install()
|
||||||
vcpkg_copy_pdbs()
|
vcpkg_copy_pdbs()
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "volk",
|
"name": "volk",
|
||||||
"version": "1.3.233",
|
"version": "1.3.233",
|
||||||
|
"port-version": 1,
|
||||||
"description": [
|
"description": [
|
||||||
"Meta loader for Vulkan API.",
|
"Meta loader for Vulkan API.",
|
||||||
"Note that the static library target volk::volk is built without platform-specific defines.",
|
"Note that the static library target volk::volk is built without platform-specific defines.",
|
||||||
@ -17,6 +18,6 @@
|
|||||||
"name": "vcpkg-cmake-config",
|
"name": "vcpkg-cmake-config",
|
||||||
"host": true
|
"host": true
|
||||||
},
|
},
|
||||||
"vulkan"
|
"vulkan-headers"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -7818,7 +7818,7 @@
|
|||||||
},
|
},
|
||||||
"volk": {
|
"volk": {
|
||||||
"baseline": "1.3.233",
|
"baseline": "1.3.233",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"vowpal-wabbit": {
|
"vowpal-wabbit": {
|
||||||
"baseline": "9.6.0",
|
"baseline": "9.6.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "0b1961a45b266c648b63febbe13d717ec65007c3",
|
||||||
|
"version": "1.3.233",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "1a140486e53637d3cddbf7ae5052a871e489cb8b",
|
"git-tree": "1a140486e53637d3cddbf7ae5052a871e489cb8b",
|
||||||
"version": "1.3.233",
|
"version": "1.3.233",
|
||||||
|
Loading…
Reference in New Issue
Block a user