Skip to content

Commit

Permalink
[open62541] no absolute paths (#22352)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Jan 6, 2022
1 parent 1c971e5 commit e902600
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/open62541/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions ports/open62541/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4922,7 +4922,7 @@
},
"open62541": {
"baseline": "1.2.2",
"port-version": 0
"port-version": 1
},
"openal-soft": {
"baseline": "1.21.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/open62541.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "62aab840d7f987d8ca2ad5b9d81111a0b6f93dfd",
"version": "1.2.2",
"port-version": 1
},
{
"git-tree": "e9f30c2699c8919f074676b99f79358ef1f0a059",
"version": "1.2.2",
Expand Down

0 comments on commit e902600

Please sign in to comment.