Skip to content

Commit

Permalink
Always link rmf_traffic against the Threads target (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael X. Grey <grey@openrobotics.org>
  • Loading branch information
mxgrey authored May 20, 2022
1 parent 50f3211 commit 439eba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rmf_traffic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ endif()
target_link_libraries(rmf_traffic
PUBLIC
rmf_utils::rmf_utils
Threads::Threads
PRIVATE
${FCL_LIBRARIES}
)
Expand Down
1 change: 1 addition & 0 deletions rmf_traffic/cmake/rmf_traffic-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ include(CMakeFindDependencyMacro)
@RMF_TRAFFIC_DEPENDS_EIGEN3_CMAKE_MODULE@
find_dependency(Eigen3)
find_dependency(rmf_utils)
find_dependency(Threads)

if(NOT TARGET rmf_traffic::rmf_traffic)
include("${rmf_traffic_CMAKE_DIR}/rmf_traffic-targets.cmake")
Expand Down

0 comments on commit 439eba0

Please sign in to comment.