mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 20:32:47 +08:00
[open62541] no absolute paths (#22352)
This commit is contained in:
parent
1c971e5be3
commit
e902600fb9
@ -32,6 +32,7 @@ vcpkg_cmake_configure(
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "open62541",
|
||||
"version": "1.2.2",
|
||||
"port-version": 1,
|
||||
"description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.",
|
||||
"homepage": "https://open62541.org",
|
||||
"dependencies": [
|
||||
|
@ -4922,7 +4922,7 @@
|
||||
},
|
||||
"open62541": {
|
||||
"baseline": "1.2.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"openal-soft": {
|
||||
"baseline": "1.21.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "62aab840d7f987d8ca2ad5b9d81111a0b6f93dfd",
|
||||
"version": "1.2.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "e9f30c2699c8919f074676b99f79358ef1f0a059",
|
||||
"version": "1.2.2",
|
||||
|
Loading…
Reference in New Issue
Block a user