From a455e00e0ff3a0546c01cf986a4de603f86058c3 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Thu, 18 Jul 2013 13:41:40 +0200 Subject: [PATCH 1/1] add an include to please ci --- teshsuite/smpi/mpich3-test/f77/pt2pt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/smpi/mpich3-test/f77/pt2pt/CMakeLists.txt b/teshsuite/smpi/mpich3-test/f77/pt2pt/CMakeLists.txt index 2d99d0695e..c947429ad3 100644 --- a/teshsuite/smpi/mpich3-test/f77/pt2pt/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/f77/pt2pt/CMakeLists.txt @@ -12,7 +12,7 @@ if(enable_smpi) set(MPICH_FLAGS "-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DUSE_STDARG=1 -DHAVE_LONG_DOUBLE=1 -DHAVE_PROTOTYPES=1 -DHAVE_SIGNAL_H=1 -DHAVE_SIGACTION=1 -DHAVE_SLEEP=1 -DHAVE_SYSCONF=1 -Wno-error=unused-variable -Wno-implicit") include_directories("${CMAKE_HOME_DIRECTORY}/include/smpi") include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../include/") - + include_directories("${CMAKE_CURRENT_SOURCE_DIR}") add_executable(allpairf allpairf.f ../util/mtestf.f) add_executable(greqf greqf.f dummyf.f ../util/mtestf.f) -- 2.20.1