X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7abdd79c9f0f110c7ed500d9c9d30c475bbe83b2..74920886a66007492e0aa59e7d40b733f7b06793:/teshsuite/smpi/alltoallv/CMakeLists.txt diff --git a/teshsuite/smpi/alltoallv/CMakeLists.txt b/teshsuite/smpi/alltoallv/CMakeLists.txt index b4b1f7573f..513de644a4 100644 --- a/teshsuite/smpi/alltoallv/CMakeLists.txt +++ b/teshsuite/smpi/alltoallv/CMakeLists.txt @@ -4,11 +4,9 @@ if(enable_smpi) else() set(CMAKE_C_COMPILER "${CMAKE_BINARY_DIR}/smpi_script/bin/smpicc") endif() - - set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") - include_directories(BEFORE "${CMAKE_HOME_DIRECTORY}/include/smpi") - add_executable(alltoallv_coll alltoallv_coll.c) + + add_executable (alltoallv_coll alltoallv_coll.c) target_link_libraries(alltoallv_coll simgrid) endif()