From 3e5d323ae17933f4ee4cc15fd0df367d446c0b4c Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Wed, 30 Jan 2019 15:03:37 +0100 Subject: [PATCH] uncomment forgotten line, includes smpi_helper in C++ codes as well --- 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 6f2e46a484..9b45519d2a 100755 --- a/src/smpi/smpicxx.in +++ b/src/smpi/smpicxx.in @@ -19,7 +19,7 @@ CMAKE_LINKARGS="-L@libdir@" list_set CXXFLAGS "-std=gnu++11" list_set LINKARGS if [ "@WIN32@" != "1" ]; then - # list_add CXXFLAGS "-include" "@includedir@/smpi/smpi_helpers.h" + list_add CXXFLAGS "-include" "@includedir@/smpi/smpi_helpers.h" list_add CXXFLAGS "-fpic" if [ "x${SMPI_PRETEND_CC}" = "x" ]; then list_add LINKARGS "-shared" -- 2.20.1