We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307d657 commit 2bfd1bdCopy full SHA for 2bfd1bd
1 file changed
cmake/QualityControlDependencies.cmake
@@ -1,4 +1,4 @@
1
-find_package(Boost 1.58 COMPONENTS unit_test_framework program_options system log)
+find_package(Boost 1.58 COMPONENTS container unit_test_framework program_options system log)
2
find_package(Git QUIET)
3
find_package(Configuration REQUIRED)
4
find_package(Monitoring REQUIRED)
@@ -42,6 +42,7 @@ o2_define_bucket(
42
${Boost_THREAD_LIBRARY}
43
${Boost_SYSTEM_LIBRARY}
44
${Boost_PROGRAM_OPTIONS_LIBRARY}
45
+ ${Boost_CONTAINER_LIBRARY}
46
${Common_LIBRARIES}
47
${Configuration_LIBRARIES}
48
${Monitoring_LIBRARIES}
0 commit comments