From 8b7a804241c51e766a035f3660d48f8f84b25f1f Mon Sep 17 00:00:00 2001 From: navarro Date: Wed, 24 Oct 2012 13:06:53 -0700 Subject: [PATCH 1/1] Those examples does not compil on WIN --- teshsuite/xbt/CMakeLists.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/teshsuite/xbt/CMakeLists.txt b/teshsuite/xbt/CMakeLists.txt index a4a7eb32aa..f51a177368 100644 --- a/teshsuite/xbt/CMakeLists.txt +++ b/teshsuite/xbt/CMakeLists.txt @@ -1,7 +1,7 @@ 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) @@ -15,12 +15,6 @@ if(NOT WIN32) if(HAVE_MMAP) target_link_libraries(mmalloc_test gras m pthread ) 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() endif() set(tesh_files -- 2.20.1