Skip to content

Commit be93e34

Browse files
Use EIGEN3_... and remove console_bridge
Co-authored-by: Hannes Sommer <hannes.sommer@mavt.ethz.ch>
1 parent c10aeec commit be93e34

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

cuckoo_time_translator_algorithms/CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ find_package(catkin_simple REQUIRED)
55
catkin_simple()
66

77
find_package(Eigen3 REQUIRED)
8-
find_package(console_bridge REQUIRED)
98

109
include_directories(
11-
${console_bridge_INCLUDE_DIRS}
12-
${Eigen3_INCLUDE_DIRS}
10+
${EIGEN3_INCLUDE_DIRS}
1311
)
1412

1513
# enable warnings
@@ -42,10 +40,9 @@ cs_add_library(${PROJECT_NAME}
4240
src/KalmanOwt.cpp
4341
src/SwitchingOwt.cpp
4442
)
45-
target_link_libraries(${PROJECT_NAME} ${console_bridge_LIBRARIES})
4643

4744
cs_install()
48-
cs_export(INCLUDE_DIRS ${Eigen3_INCLUDE_DIRS})
45+
cs_export(INCLUDE_DIRS ${EIGEN3_INCLUDE_DIRS})
4946

5047
if(CATKIN_ENABLE_TESTING)
5148
catkin_add_gtest(${PROJECT_NAME}-test

0 commit comments

Comments
 (0)