Skip to content

Commit d0e4922

Browse files
committed
CMake: Add required Boost package components
1 parent 3f0a245 commit d0e4922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(celerity_runtime VERSION ${Celerity_VERSION})
55
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
66

77
set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${PROJECT_SOURCE_DIR}/cmake")
8-
find_package(Boost 1.65.0 REQUIRED COMPONENTS)
8+
find_package(Boost 1.65.0 REQUIRED COMPONENTS atomic container)
99
find_package(MPI 2.0 REQUIRED)
1010
find_package(Threads REQUIRED)
1111

0 commit comments

Comments
 (0)