From: navarro Date: Fri, 25 May 2012 09:18:24 +0000 (+0200) Subject: Those line are useless since this file is now deleted during the test. X-Git-Tag: v3_8~670 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6fe65feec5b5c7603433116771d3249bebe95791 Those line are useless since this file is now deleted during the test. --- diff --git a/examples/simdag/scheduling/CMakeLists.txt b/examples/simdag/scheduling/CMakeLists.txt index ab001df921..e112e4a4dd 100644 --- a/examples/simdag/scheduling/CMakeLists.txt +++ b/examples/simdag/scheduling/CMakeLists.txt @@ -10,9 +10,3 @@ target_link_libraries(minmin_test simgrid pthread m) else(NOT WIN32) target_link_libraries(minmin_test simgrid) endif(NOT WIN32) - -## Clean generated files -get_directory_property(extra_clean_files ADDITIONAL_MAKE_CLEAN_FILES) -set_directory_properties( - PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES - "${extra_clean_files};${CMAKE_CURRENT_BINARY_DIR}/Montage_25.jed;")