From 804a928876d05cb880d699e255789597781a6502 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sat, 17 Oct 2020 23:10:36 +0200 Subject: [PATCH 1/1] Try to reduce requirements about C++ standard for smpicxx. --- src/smpi/smpicxx.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smpi/smpicxx.in b/src/smpi/smpicxx.in index 86090a3183..c4af9cff96 100755 --- a/src/smpi/smpicxx.in +++ b/src/smpi/smpicxx.in @@ -16,7 +16,7 @@ CMAKE_LINKARGS="-L@libdir@" @SMPITOOLS_SH@ -list_set CXXFLAGS "-std=gnu++14" @SMPI_CXX_FLAGS@ +list_set CXXFLAGS "-std=gnu++11" @SMPI_CXX_FLAGS@ list_set LINKARGS if [ "@CMAKE_C_COMPILER_ID@" = "Clang" ] && [ "@HAVE_SANITIZER_ADDRESS@" = "TRUE" ]; then -- 2.20.1