Skip to content

Commit

Permalink
Merge pull request #353 from fawkesrobotics/twendt/boost-chrono
Browse files Browse the repository at this point in the history
cmake: added boost::chrono lib to cmake
  • Loading branch information
TarikViehmann committed Jun 10, 2023
2 parents acee75f + 4c80975 commit 0e95da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies.cmake
Expand Up @@ -26,7 +26,7 @@ remember_dependency(yaml-cpp)
pkg_check_modules(libelf REQUIRED libelf)
remember_dependency(libelf)

find_package(Boost COMPONENTS system thread filesystem)
find_package(Boost COMPONENTS system thread filesystem chrono)
if(Boost_SYSTEM_FOUND AND Boost_THREAD_FOUND)
set(SICK_TIM55X_BOOST_DEPS_FOUND
1
Expand Down

0 comments on commit 0e95da2

Please sign in to comment.