From 6755e1cbeaf4dea2d3cb8d96694220f7d8aa4473 Mon Sep 17 00:00:00 2001 From: suter Date: Thu, 25 Oct 2012 19:48:43 +0200 Subject: [PATCH 1/1] endif missing --- teshsuite/xbt/CMakeLists.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.20.1