From: suter Date: Thu, 25 Oct 2012 17:48:43 +0000 (+0200) Subject: endif missing X-Git-Tag: v3_9_rc1~91^2~218^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6755e1cbeaf4dea2d3cb8d96694220f7d8aa4473 endif missing --- diff --git a/teshsuite/xbt/CMakeLists.txt b/teshsuite/xbt/CMakeLists.txt index f51a177368..4f45fb5e58 100644 --- a/teshsuite/xbt/CMakeLists.txt +++ b/teshsuite/xbt/CMakeLists.txt @@ -2,10 +2,11 @@ cmake_minimum_required(VERSION 2.6) set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") if(NOT WIN32) -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) + 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() endif() ### Add definitions for compile