Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f99bada1 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

contribution from Samuel Thibault: avoid including starpu_simgrid_wrap.h so...

contribution from Samuel Thibault: avoid including starpu_simgrid_wrap.h so early because it #define main and thus makes link tests fail
parent 64e90bfb
No related branches found
No related tags found
No related merge requests found
...@@ -759,7 +759,6 @@ if(STARPU_LIBRARIES) ...@@ -759,7 +759,6 @@ if(STARPU_LIBRARIES)
list(APPEND REQUIRED_LIBDIRS "${SIMGRID_LIBRARY_DIRS}") list(APPEND REQUIRED_LIBDIRS "${SIMGRID_LIBRARY_DIRS}")
endif() endif()
list(APPEND REQUIRED_LIBS "${SIMGRID_LIBRARIES}") list(APPEND REQUIRED_LIBS "${SIMGRID_LIBRARIES}")
list(APPEND REQUIRED_FLAGS "-include starpu_simgrid_wrap.h")
endif() endif()
# BLAS # BLAS
if (BLAS_FOUND AND STARPU_LOOK_FOR_BLAS) if (BLAS_FOUND AND STARPU_LOOK_FOR_BLAS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment