X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5bc2b5a77c34a663695300a193d815ec8b087220..59e3562d124c515d548481ce42f5ce57fd367b7f:/teshsuite/msg/CMakeLists.txt diff --git a/teshsuite/msg/CMakeLists.txt b/teshsuite/msg/CMakeLists.txt index 2dc27bbcc7..c9c9ef37d7 100644 --- a/teshsuite/msg/CMakeLists.txt +++ b/teshsuite/msg/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6) -set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/teshsuite/msg/") +set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") add_executable(get_sender ${PROJECT_DIRECTORY}/teshsuite/msg/get_sender.c) @@ -9,4 +9,4 @@ if(NOT WIN32) target_link_libraries(get_sender simgrid m pthread ) else(NOT WIN32) target_link_libraries(get_sender simgrid) -endif(NOT WIN32) \ No newline at end of file +endif(NOT WIN32)