aboutsummaryrefslogtreecommitdiff
path: root/versions
diff options
context:
space:
mode:
authorFelix Richter <judge@felixrichter.tech>2021-08-06 01:29:04 +0200
committerGitHub <noreply@github.com>2021-08-05 16:29:04 -0700
commit43df49dd79b653857437c73cb27fc2a932b5f2c4 (patch)
treefd47505c7158448fab4228b4023aa73b7b0f97c5 /versions
parent1a51d8b043d96345851249fb8d8509f9ab3a12fe (diff)
downloadvcpkg-43df49dd79b653857437c73cb27fc2a932b5f2c4.tar.gz
vcpkg-43df49dd79b653857437c73cb27fc2a932b5f2c4.zip
[rbdl-orb] Adding RBDL-ORB to vcpkg (#18883)
* add rbdl-orb port * update commit hash * added rbdl-orb port * moved to vcpkg.json and use vcpkg_cmake_configure/install functions * update to newest commit of rbdl-orb version v3.0.0 * only use vcpkg_from_github for source download * formatting vcpkg.json * update port version specs * use correct submodule path for urdfparser dependency * execute vcpkg x-add-version * fix linux vcpkg build * run vcpkg x-add-version * fix macosx rbdl-orb build * fix uwp build * update version
Diffstat (limited to 'versions')
-rw-r--r--versions/baseline.json4
-rw-r--r--versions/r-/rbdl-orb.json9
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json
index 43a09d52d..7995aa87d 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5528,6 +5528,10 @@
"baseline": "2.6.0",
"port-version": 0
},
+ "rbdl-orb": {
+ "baseline": "3.0.0",
+ "port-version": 0
+ },
"re2": {
"baseline": "2020-10-01",
"port-version": 0
diff --git a/versions/r-/rbdl-orb.json b/versions/r-/rbdl-orb.json
new file mode 100644
index 000000000..0b2c7b6ae
--- /dev/null
+++ b/versions/r-/rbdl-orb.json
@@ -0,0 +1,9 @@
+{
+ "versions": [
+ {
+ "git-tree": "d475aade9be86281a6db741ee68e30a23d0f16d3",
+ "version": "3.0.0",
+ "port-version": 0
+ }
+ ]
+}