X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e9c0448c6566825b170b98ecff716b098bda10e..0b6f5de841baa5e0982e56a40cfd67f342517c1d:/teshsuite/xbt/CMakeLists.txt 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)