Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pcu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ set(HEADERS

# Add the pcu library
add_library(pcu ${SOURCES})
target_compile_features(pcu PUBLIC cxx_std_11)
# this compiler definition is needed to silence warnings caused by the openmpi CXX
# bindings that are depreciated. This is needed on gcc 8 forward.
# see: https://github.com/open-mpi/ompi/issues/5157
Expand Down
Loading