Skip to content

Commit

Permalink
[omplapp] no absolute paths (microsoft#28789)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Jan 9, 2023
1 parent db5c711 commit 94e7b38
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ports/omplapp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,7 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
endif()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib/pkgconfig" "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig")

# Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
2 changes: 1 addition & 1 deletion ports/omplapp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "omplapp",
"version": "1.5.1",
"port-version": 4,
"port-version": 5,
"description": "Use OMPL for reading meshes and performing collision checking",
"homepage": "https://ompl.kavrakilab.org/",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5470,7 +5470,7 @@
},
"omplapp": {
"baseline": "1.5.1",
"port-version": 4
"port-version": 5
},
"onednn": {
"baseline": "2.6.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/omplapp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8c7e3d29552841ecf363e9f222c6bc554be4b91e",
"version": "1.5.1",
"port-version": 5
},
{
"git-tree": "f3fba6a92711a359d5418b5568c973b69ff7fdda",
"version": "1.5.1",
Expand Down

0 comments on commit 94e7b38

Please sign in to comment.