X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/460be8e161f05ae0e620a9a0a24d13c86c714271..550e68e2d3bb08b56b4c900ba701e07f38882b19:/teshsuite/smpi/indexed/CMakeLists.txt diff --git a/teshsuite/smpi/indexed/CMakeLists.txt b/teshsuite/smpi/indexed/CMakeLists.txt index e6c9af4e82..927e849d90 100644 --- a/teshsuite/smpi/indexed/CMakeLists.txt +++ b/teshsuite/smpi/indexed/CMakeLists.txt @@ -9,7 +9,7 @@ if(enable_smpi) set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") - include_directories("${CMAKE_HOME_DIRECTORY}/include/smpi") + include_directories(BEFORE "${CMAKE_HOME_DIRECTORY}/include/smpi") add_executable(indexed_test indexed_test.c) target_link_libraries(indexed_test simgrid) endif()