From: Frederic Suter Date: Thu, 16 May 2019 12:16:06 +0000 (+0200) Subject: Merge branch 'master' of https://framagit.org/simgrid/simgrid X-Git-Tag: v3.22.4~123 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/45ab34376c032c03f722da50077725c60a6b69b9?hp=7a5a643fa1881867d1cf6a7538296b1e6495ce62 Merge branch 'master' of https://framagit.org/simgrid/simgrid --- diff --git a/tools/cmake/Distrib.cmake b/tools/cmake/Distrib.cmake index ba073a1376..652b572813 100644 --- a/tools/cmake/Distrib.cmake +++ b/tools/cmake/Distrib.cmake @@ -25,8 +25,6 @@ endif() install(PROGRAMS ${CMAKE_BINARY_DIR}/bin/tesh DESTINATION bin/) -install(TARGETS graphicator DESTINATION bin/) - install(PROGRAMS ${CMAKE_HOME_DIRECTORY}/tools/MSG_visualization/colorize.pl DESTINATION bin/ RENAME simgrid-colorizer) diff --git a/tools/graphicator/CMakeLists.txt b/tools/graphicator/CMakeLists.txt index 724853c677..66b8af3b0e 100644 --- a/tools/graphicator/CMakeLists.txt +++ b/tools/graphicator/CMakeLists.txt @@ -4,6 +4,8 @@ target_link_libraries(graphicator simgrid) set_target_properties(graphicator PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) ADD_TESH(graphicator --setenv srcdir=${CMAKE_HOME_DIRECTORY} --setenv bindir=${CMAKE_BINARY_DIR}/bin --cd ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/graphicator.tesh) +install(TARGETS graphicator DESTINATION bin/) + ## 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}/simgrid.trace;")