Skip to content

Commit

Permalink
[simage] no absolute path (#21101)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Nov 5, 2021
1 parent b31b625 commit 9915f08
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/simage/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ endif()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/Coin")

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

Expand Down
2 changes: 1 addition & 1 deletion ports/simage/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simage",
"version-semver": "1.8.1",
"port-version": 2,
"port-version": 3,
"description": "Image file format library abstraction layer",
"homepage": "https://github.com/coin3d/simage",
"supports": "!uwp",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6210,7 +6210,7 @@
},
"simage": {
"baseline": "1.8.1",
"port-version": 2
"port-version": 3
},
"simde": {
"baseline": "0.7.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/simage.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "97e1edfae380f76bdb4d6e9a94a91bbccd82c3a2",
"version-semver": "1.8.1",
"port-version": 3
},
{
"git-tree": "0020fb767148212015f8839835689e193060c88e",
"version-semver": "1.8.1",
Expand Down

0 comments on commit 9915f08

Please sign in to comment.