mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[omplapp] no absolute paths (#21855)
This commit is contained in:
parent
712722a064
commit
947b99222f
@ -62,5 +62,13 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
|
||||
endif()
|
||||
|
||||
if(NOT VCPKG_TARGET_IS_WINDOWS)
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/lib/pkgconfig/ompl.pc" "assimp::assimp" "assimp")
|
||||
if(NOT VCPKG_BUILD_TYPE)
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/ompl.pc" "assimp::assimp" "assimp")
|
||||
endif()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
endif()
|
||||
|
||||
# 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": 1,
|
||||
"port-version": 2,
|
||||
"description": "Use OMPL for reading meshes and performing collision checking",
|
||||
"homepage": "https://ompl.kavrakilab.org/",
|
||||
"dependencies": [
|
||||
|
@ -4870,7 +4870,7 @@
|
||||
},
|
||||
"omplapp": {
|
||||
"baseline": "1.5.1",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"onednn": {
|
||||
"baseline": "2.4.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f048abe6cf0219fa09fd9024188c54a3b5c289c3",
|
||||
"version": "1.5.1",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "8860b6976a0c226039034eb0b59146708d27a635",
|
||||
"version": "1.5.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user