X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/194eced51d57295aec41905adadda8e9b21f74b9..c5c1970d1789e6fd9ca264d279a86abd8621bd5d:/teshsuite/xbt/CMakeLists.txt diff --git a/teshsuite/xbt/CMakeLists.txt b/teshsuite/xbt/CMakeLists.txt index 9c883591b7..a4a7eb32aa 100644 --- a/teshsuite/xbt/CMakeLists.txt +++ b/teshsuite/xbt/CMakeLists.txt @@ -6,7 +6,7 @@ add_executable(log_large_test log_large_test.c) add_executable(parallel_log_crashtest parallel_log_crashtest.c) if(HAVE_MMAP) add_executable(mmalloc_test mmalloc_test.c) -endif(HAVE_MMAP) +endif() ### Add definitions for compile if(NOT WIN32) @@ -14,14 +14,14 @@ if(NOT WIN32) target_link_libraries(parallel_log_crashtest gras m pthread ) if(HAVE_MMAP) target_link_libraries(mmalloc_test gras m pthread ) - endif(HAVE_MMAP) -else(NOT WIN32) + endif() +else() target_link_libraries(log_large_test gras) target_link_libraries(parallel_log_crashtest gras) if(HAVE_MMAP) target_link_libraries(mmalloc_test gras) - endif(HAVE_MMAP) -endif(NOT WIN32) + endif() +endif() set(tesh_files ${tesh_files}