Skip to content

Commit 67b5936

Browse files
committed
Add filesystem dependency to all ugv_nav4d dependent tests
1 parent 56f9f19 commit 67b5936

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ find_package(Boost REQUIRED COMPONENTS filesystem serialization)
22

33
rock_executable(test_Planner
44
SOURCES test_Planner.cpp
5+
DEPS Boost::filesystem
56
DEPS_PKGCONFIG ugv_nav4d
67
)
78

@@ -18,5 +19,6 @@ rock_executable(test_DiscreteTheta
1819

1920
rock_executable(test_PreComputedMotions
2021
SOURCES test_PreComputedMotions.cpp
22+
DEPS Boost::filesystem
2123
DEPS_PKGCONFIG ugv_nav4d
2224
)

0 commit comments

Comments
 (0)