]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/allgatherv/CMakeLists.txt
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MASSIVE cleanup: s/workstation/host/
[simgrid.git] / teshsuite / smpi / allgatherv / CMakeLists.txt
index 8e1693c5fa4464da36d49625878a7db1c2b5ede8..75445206fa1b3cb016077e393cea054462fb0de3 100644 (file)
@@ -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(allgatherv_coll allgatherv_coll.c)
   target_link_libraries(allgatherv_coll simgrid)
 endif()