mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:11:36 +08:00
[omplapp] no absolute paths (#28789)
This commit is contained in:
parent
db5c711f27
commit
94e7b38824
@ -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)
|
||||
|
@ -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,
|
||||
|
@ -5470,7 +5470,7 @@
|
||||
},
|
||||
"omplapp": {
|
||||
"baseline": "1.5.1",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"onednn": {
|
||||
"baseline": "2.6.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8c7e3d29552841ecf363e9f222c6bc554be4b91e",
|
||||
"version": "1.5.1",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "f3fba6a92711a359d5418b5568c973b69ff7fdda",
|
||||
"version": "1.5.1",
|
||||
|
Loading…
Reference in New Issue
Block a user