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 0d70343 commit a3dd1d5Copy full SHA for a3dd1d5
1 file changed
pcu/CMakeLists.txt
@@ -41,6 +41,7 @@ set(HEADERS
41
42
# Add the pcu library
43
add_library(pcu ${SOURCES})
44
+target_compile_features(pcu PUBLIC cxx_std_11)
45
# this compiler definition is needed to silence warnings caused by the openmpi CXX
46
# bindings that are depreciated. This is needed on gcc 8 forward.
47
# see: https://github.com/open-mpi/ompi/issues/5157
0 commit comments