X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c3a1127888725e3075adff3ad323dc1357351530..44defc1f50a8f2504570a8932edb63c9555dc15b:/tools/graphicator/CMakeLists.txt diff --git a/tools/graphicator/CMakeLists.txt b/tools/graphicator/CMakeLists.txt index a17561fa95..11336b0437 100644 --- a/tools/graphicator/CMakeLists.txt +++ b/tools/graphicator/CMakeLists.txt @@ -1,5 +1,3 @@ -cmake_minimum_required(VERSION 2.6) - set(EXECUTABLE_OUTPUT_PATH "${CMAKE_BINARY_DIR}/bin") add_executable(graphicator graphicator.c) @@ -7,9 +5,9 @@ add_executable(graphicator graphicator.c) ### Add definitions for compile if(NOT WIN32) target_link_libraries(graphicator simgrid m pthread ) -else(NOT WIN32) +else() target_link_libraries(graphicator simgrid ) -endif(NOT WIN32) +endif() ## Clean generated files get_directory_property(extra_clean_files ADDITIONAL_MAKE_CLEAN_FILES)