From: Navarrop Date: Wed, 27 Jul 2011 12:17:31 +0000 (+0200) Subject: Those examples don't work on APLLE. X-Git-Tag: v3_6_2~188^2~1^2~13 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/edacdb522ab2aaf5f4246347f9440db4fc2bdd96?ds=sidebyside Those examples don't work on APLLE. --- diff --git a/teshsuite/simdag/platforms/CMakeLists.txt b/teshsuite/simdag/platforms/CMakeLists.txt index 29421a9f95..c1452468b1 100644 --- a/teshsuite/simdag/platforms/CMakeLists.txt +++ b/teshsuite/simdag/platforms/CMakeLists.txt @@ -5,20 +5,20 @@ set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") add_executable(basic_parsing_test basic_parsing_test.c) add_executable(is_router_test is_router_test.c) add_executable(flatifier flatifier.c) -if(NOT WIN32) +if(NOT WIN32 AND NOT APPLE) add_executable(evaluate_parse_time Evaluate_parse_time.c) add_executable(evaluate_get_route_time Evaluate_get_route_time.c) -endif(NOT WIN32) +endif(NOT WIN32 AND NOT APPLE) ### Add definitions for compile -if(NOT WIN32) +if(NOT WIN32 AND NOT APPLE) target_link_libraries(evaluate_get_route_time simgrid m) target_link_libraries(evaluate_parse_time simgrid m) target_link_libraries(basic_parsing_test simgrid m) target_link_libraries(is_router_test simgrid m) target_link_libraries(flatifier simgrid m) -else(NOT WIN32) +else(NOT WIN32 AND NOT APPLE) target_link_libraries(basic_parsing_test simgrid) target_link_libraries(is_router_test simgrid) target_link_libraries(flatifier simgrid) -endif(NOT WIN32) \ No newline at end of file +endif(NOT WIN32 AND NOT APPLE) \ No newline at end of file