Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Set definitions with Darwin.
[simgrid.git] / buildtools / CPACK / src / CMakeMakeExeLib.txt
index 70cdfc3..69f83bf 100644 (file)
@@ -15,13 +15,15 @@ set(SIMGRID_DEP "")
 set(SMPI_DEP "")
 
 if(CMAKE_SYSTEM_NAME MATCHES "Darwin")
-       set(SIMGRID_DEP "-D_XOPEN_SOURCE")
+       set(GRAS_DEP "pthread -D_OPEN_SOURCE")
+       set(SIMGRID_DEP "-D_OPEN_SOURCE")
+       set(SMPI_DEP "-D_OPEN_SOURCE")
 endif(CMAKE_SYSTEM_NAME MATCHES "Darwin")
 
 
 if(pthread)
        if(with_context MATCHES pthread)
-               SET(SIMGRID_DEP pthread)
+               SET(SIMGRID_DEP ${SIMGRID_DEP}pthread)
                SET(ESPACE " ")
        endif(with_context MATCHES pthread)
        
@@ -43,9 +45,9 @@ endif(HAVE_GTNETS)
 #set(CMAKE_C_FLAGS "-fprofile-arcs -ftest-coverage")
 
 #add_definitions (-fprofile-arcs -ftest-coverage)
-target_link_libraries(simgrid ${SIMGRID_DEP} ${SIMGRID_DEP_GTNETS}-fprofile-arcs)
-target_link_libraries(gras ${GRAS_DEP} -fprofile-arcs)
-target_link_libraries(smpi -fprofile-arcs)
+target_link_libraries(simgrid  ${SIMGRID_DEP} ${SIMGRID_DEP_GTNETS}-fprofile-arcs)
+target_link_libraries(gras     ${GRAS_DEP} -fprofile-arcs)
+target_link_libraries(smpi     ${SMPI_DEP} -fprofile-arcs)
 
 ### Make EXEs