Skip to content

Commit

Permalink
[mc-rtc] Add libnotify dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed May 23, 2023
1 parent 6c43c6b commit dffe613
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/mc-rtc/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "mc-rtc",
"version-string": "2.5.0",
"port-version": 1,
"port-version": 2,
"homepage": "https://github.com/jrl-umi3218/mc_rtc",
"description": "mc_rtc is an interface for simulated and real robotic systems suitable for real-time control. It provides programmers with a simple interface to build versatile controllers as well as a set of tools to help with the development of said controllers",
"dependencies": [
Expand All @@ -11,6 +11,7 @@
"boost-thread",
"eigen-quadprog",
"geos",
"libnotify",
"nanomsg",
"ndcurves",
"spdlog",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Expand Up @@ -22,7 +22,7 @@
},
"mc-rtc": {
"baseline": "2.5.0",
"port-version": 1
"port-version": 2
},
"mc-rtc-data": {
"baseline": "1.0.6",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mc-rtc.json
@@ -1,5 +1,10 @@
{
"versions": [
{
"version": "2.5.0",
"port-version": 2,
"git-tree": "9c3d8f3cf9de6216ccd35d0a69cd6a84ca6b7670"
},
{
"version": "2.5.0",
"port-version": 1,
Expand Down

0 comments on commit dffe613

Please sign in to comment.