From 160c5667d338f5de2261ad0aca918a8e6797c265 Mon Sep 17 00:00:00 2001 From: Ely Repiso Polo <erepiso@iri.upc.edu> Date: Wed, 19 Apr 2017 10:39:18 +0000 Subject: [PATCH] arreglado no compila por cmake version cambios que luego no necesite --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 19eaaa8..634c450 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ INCLUDE_DIRECTORIES(${Eigen_INCLUDE_DIRS}) # Add the dynamic reconfigure file # ******************************************************************** #generate_dynamic_reconfigure_options(cfg/IriAkpTools.cfg) -generate_dynamic_reconfigure_options(cfg/DiffPlatformSimulator.cfg cfg/FakeLaserGen.cfg cfg/FakeAkpLocalPlanner.cfg) +generate_dynamic_reconfigure_options(cfg/DiffPlatformSimulator.cfg cfg/FakeLaserGen.cfg) #cfg/FakeAkpLocalPlanner.cfg # ******************************************************************** # Add run time dependencies here -- GitLab