Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rbdl-orb] no absolute paths #21569

Merged
merged 1 commit into from
Nov 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ports/rbdl-orb/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions ports/rbdl-orb/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5894,7 +5894,7 @@
},
"rbdl-orb": {
"baseline": "3.1.2",
"port-version": 0
"port-version": 1
},
"re2": {
"baseline": "2021-11-01",
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/rbdl-orb.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8471512e28002dc4d68bac4b43769172c22db5dd",
"version": "3.1.2",
"port-version": 1
},
{
"git-tree": "c6cec01f39c02f0ac2164e31e4615e21a80f4515",
"version": "3.1.2",
Expand Down