Skip to content

Commit f215e35

Browse files
committed
Add missing boost compenent
for newly added omnimapper_test
1 parent 802554f commit f215e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif()
1212

1313
# find dependencies
1414
find_package(ament_cmake REQUIRED)
15-
find_package(Boost REQUIRED COMPONENTS timer)
15+
find_package(Boost REQUIRED COMPONENTS timer thread)
1616
find_package(eigen3_cmake_module REQUIRED)
1717
find_package(Eigen3 REQUIRED)
1818
find_package(GTSAM REQUIRED)

0 commit comments

Comments
 (0)