mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 13:48:02 +08:00
[rbdl-orb] no absolute paths (#21569)
This commit is contained in:
parent
e48805d02b
commit
f76f65d54a
@ -40,5 +40,6 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/RBDL PACKAGE_NAME RBDL)
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "rbdl-orb",
|
||||
"version": "3.1.2",
|
||||
"port-version": 1,
|
||||
"description": "Rigid Body Dynamics Library - ORB",
|
||||
"homepage": "https://github.com/orb-hd/rbdl-orb",
|
||||
"dependencies": [
|
||||
|
@ -5898,7 +5898,7 @@
|
||||
},
|
||||
"rbdl-orb": {
|
||||
"baseline": "3.1.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"re2": {
|
||||
"baseline": "2021-11-01",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8471512e28002dc4d68bac4b43769172c22db5dd",
|
||||
"version": "3.1.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "c6cec01f39c02f0ac2164e31e4615e21a80f4515",
|
||||
"version": "3.1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user