X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/349cdc51047a1f4497af5a3e9f01c6f3da678059..f2ca7ff89eb1f6a1b19879d91e870ac53b1b5767:/buildtools/CPACK/simgrid_CMakeList/examples/smpi/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/smpi/CMakeLists.txt b/buildtools/CPACK/simgrid_CMakeList/examples/smpi/CMakeLists.txt index 68d8c5db40..aa6638f8e1 100644 --- a/buildtools/CPACK/simgrid_CMakeList/examples/smpi/CMakeLists.txt +++ b/buildtools/CPACK/simgrid_CMakeList/examples/smpi/CMakeLists.txt @@ -5,7 +5,6 @@ set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib") set(flags "-Dmain=smpi_simulated_main") set(INCLUDES_bis "-I${PROJECT_DIRECTORY}/include/smpi") -set(CMAKE_C_FLAGS "") add_definitions (${INCLUDES_bis} ${flags}) add_executable(alltoall2 alltoall2.c )