Skip to content
Snippets Groups Projects
Commit 1e03cea4 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/timeoptimization] add patch-aa

to fix the name of a required included dependency
parent 3d3bc616
No related branches found
No related tags found
No related merge requests found
SHA1 (timeoptimization-1.1.0.tar.gz) = baaf97acdffe2574ef3bcee4906c7874066337bb
RMD160 (timeoptimization-1.1.0.tar.gz) = 24ab2cd36661fa6e9e778fb61404bf522202cd14
Size (timeoptimization-1.1.0.tar.gz) = 264650 bytes
SHA1 (patch-aa) = 07b729920a0e8692dacab15e7da00a28b019abe9
From dd3bf271dfcfbd5f963d933c21a7ecef2dfaada7 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Wed, 23 Oct 2019 21:51:05 +0200
Subject: [PATCH] [CMake] fix dependency after its name update
---
momentumopt/CMakeLists.txt | 2 +-
momentumopt/package.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/momentumopt/CMakeLists.txt b/momentumopt/CMakeLists.txt
index a9e2cd9..3ab8da8 100644
--- momentumopt/CMakeLists.txt
+++ momentumopt/CMakeLists.txt
@@ -28,7 +28,7 @@ find_package(yaml-cpp)
catkin_package(
INCLUDE_DIRS include
LIBRARIES momentumopt
- CATKIN_DEPENDS solver
+ CATKIN_DEPENDS timeoptimization-solver
)
get_filename_component(TEST_PATH tests ABSOLUTE)
diff --git a/momentumopt/package.xml b/momentumopt/package.xml
index d8c08d2..93fed9a 100644
--- momentumopt/package.xml
+++ momentumopt/package.xml
@@ -8,9 +8,9 @@
<buildtool_depend>catkin</buildtool_depend>
- <build_depend>solver</build_depend>
+ <build_depend>timeoptimization-solver</build_depend>
- <run_depend>solver</run_depend>
+ <run_depend>timeoptimization-solver</run_depend>
<export>
</export>
--
2.23.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment