We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10aeec commit be93e34Copy full SHA for be93e34
cuckoo_time_translator_algorithms/CMakeLists.txt
@@ -5,11 +5,9 @@ find_package(catkin_simple REQUIRED)
5
catkin_simple()
6
7
find_package(Eigen3 REQUIRED)
8
-find_package(console_bridge REQUIRED)
9
10
include_directories(
11
- ${console_bridge_INCLUDE_DIRS}
12
- ${Eigen3_INCLUDE_DIRS}
+ ${EIGEN3_INCLUDE_DIRS}
13
)
14
15
# enable warnings
@@ -42,10 +40,9 @@ cs_add_library(${PROJECT_NAME}
42
40
src/KalmanOwt.cpp
43
41
src/SwitchingOwt.cpp
44
45
-target_link_libraries(${PROJECT_NAME} ${console_bridge_LIBRARIES})
46
47
cs_install()
48
-cs_export(INCLUDE_DIRS ${Eigen3_INCLUDE_DIRS})
+cs_export(INCLUDE_DIRS ${EIGEN3_INCLUDE_DIRS})
49
50
if(CATKIN_ENABLE_TESTING)
51
catkin_add_gtest(${PROJECT_NAME}-test
0 commit comments