We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0a245 commit d0e4922Copy full SHA for d0e4922
CMakeLists.txt
@@ -5,7 +5,7 @@ project(celerity_runtime VERSION ${Celerity_VERSION})
5
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
6
7
set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${PROJECT_SOURCE_DIR}/cmake")
8
-find_package(Boost 1.65.0 REQUIRED COMPONENTS)
+find_package(Boost 1.65.0 REQUIRED COMPONENTS atomic container)
9
find_package(MPI 2.0 REQUIRED)
10
find_package(Threads REQUIRED)
11
0 commit comments