X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d9c9e08948a8387e9e8ecb0fe67ab6b94ec2a66f..9dbeb2372ad9a123d0558132ebb6e003e10aa641:/teshsuite/smpi/mpich3-test/CMakeLists.txt diff --git a/teshsuite/smpi/mpich3-test/CMakeLists.txt b/teshsuite/smpi/mpich3-test/CMakeLists.txt index 0eb3631560..83a27b0b82 100644 --- a/teshsuite/smpi/mpich3-test/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/CMakeLists.txt @@ -66,7 +66,7 @@ include_directories("${CMAKE_CURRENT_SOURCE_DIR}/include/") if(enable_smpi AND enable_smpi_MPICH3_testsuite) #C version - use automatic privatization if mmap is supported, manual through SMPI macros if not - if(HAVE_MMAP) + if(HAVE_PRIVATIZATION) add_library(mtest_c STATIC util/mtest.c) else() add_library(mtest_c STATIC util/mtest_manual.c)