X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d74fd8dbe0c5c2ff1b0f8dde533851573e86e4f3..1ba8e265192b67c6903d48faeabe9e1d626bcd3d:/teshsuite/xbt/CMakeLists.txt?ds=sidebyside diff --git a/teshsuite/xbt/CMakeLists.txt b/teshsuite/xbt/CMakeLists.txt index a181c6d614..a7e923586f 100644 --- a/teshsuite/xbt/CMakeLists.txt +++ b/teshsuite/xbt/CMakeLists.txt @@ -4,7 +4,7 @@ set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") add_executable(log_large_test log_large_test.c) add_executable(parallel_log_crashtest parallel_log_crashtest.c) -if(HAVE_MMAP) +if(HAVE_MMALLOC) add_executable(mmalloc_test mmalloc_test.c) endif() add_executable(parmap_test parmap_test.c) @@ -13,7 +13,7 @@ add_executable(parmap_test parmap_test.c) ### Add definitions for compile target_link_libraries(log_large_test simgrid) target_link_libraries(parallel_log_crashtest simgrid) -if(HAVE_MMAP) +if(HAVE_MMALLOC) target_link_libraries(mmalloc_test simgrid) endif() target_link_libraries(parmap_test simgrid)