mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
[rbdl] fix build (#39883)
This commit is contained in:
parent
bc0ba361cd
commit
7aeffc9103
@ -1,10 +1,12 @@
|
||||
{
|
||||
"name": "rbdl",
|
||||
"version": "3.3.0",
|
||||
"port-version": 6,
|
||||
"port-version": 7,
|
||||
"description": "Rigid Body Dynamics Library",
|
||||
"homepage": "https://github.com/rbdl/rbdl",
|
||||
"dependencies": [
|
||||
"boost-algorithm",
|
||||
"boost-lexical-cast",
|
||||
"eigen3",
|
||||
"lua",
|
||||
{
|
||||
|
@ -7666,7 +7666,7 @@
|
||||
},
|
||||
"rbdl": {
|
||||
"baseline": "3.3.0",
|
||||
"port-version": 6
|
||||
"port-version": 7
|
||||
},
|
||||
"rbdl-orb": {
|
||||
"baseline": "3.2.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1dc8279017fb2aa827bcaf37fcf9e6af6b8bb751",
|
||||
"version": "3.3.0",
|
||||
"port-version": 7
|
||||
},
|
||||
{
|
||||
"git-tree": "c6a8a964a403cf9fe31d6c21173f309af1cd8474",
|
||||
"version": "3.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user