X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cebb5dede2d1a8d7f02bfaf1147f74536b5bd819..7b5050630a1744ce2c3e8d234f79900763bf48b1:/teshsuite/smpi/mpich3-test/init/CMakeLists.txt diff --git a/teshsuite/smpi/mpich3-test/init/CMakeLists.txt b/teshsuite/smpi/mpich3-test/init/CMakeLists.txt index 90ceb9d299..4f24eea2fb 100644 --- a/teshsuite/smpi/mpich3-test/init/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/init/CMakeLists.txt @@ -11,7 +11,7 @@ if(enable_smpi) set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") 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") include_directories("${CMAKE_HOME_DIRECTORY}/include/smpi") - include_directories("${CMAKE_CURRENT_BINARY_DIR}/../include/") + include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../include/") add_executable(attrself attrself.c ../util/mtest.c)