Skip to content

Commit 2bfd1bd

Browse files
authored
fix missing boost container (#22)
1 parent 307d657 commit 2bfd1bd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmake/QualityControlDependencies.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
find_package(Boost 1.58 COMPONENTS unit_test_framework program_options system log)
1+
find_package(Boost 1.58 COMPONENTS container unit_test_framework program_options system log)
22
find_package(Git QUIET)
33
find_package(Configuration REQUIRED)
44
find_package(Monitoring REQUIRED)
@@ -42,6 +42,7 @@ o2_define_bucket(
4242
${Boost_THREAD_LIBRARY}
4343
${Boost_SYSTEM_LIBRARY}
4444
${Boost_PROGRAM_OPTIONS_LIBRARY}
45+
${Boost_CONTAINER_LIBRARY}
4546
${Common_LIBRARIES}
4647
${Configuration_LIBRARIES}
4748
${Monitoring_LIBRARIES}

0 commit comments

Comments
 (0)