Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
works on Linux...
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 10 Feb 2010 14:03:24 +0000 (14:03 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 10 Feb 2010 14:03:24 +0000 (14:03 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7076 48e7efb5-ca39-0410-a469-dd3cf9ba447f

buildtools/CPACK/src/CMakeMakeExeLib.txt

index 2d550fb..fdf99c5 100644 (file)
@@ -7,7 +7,7 @@ if(supernovae)
 else(supernovae)
        add_library(simgrid SHARED ${simgrid_sources})
        add_library(gras SHARED ${gras_sources})
 else(supernovae)
        add_library(simgrid SHARED ${simgrid_sources})
        add_library(gras SHARED ${gras_sources})
-       add_library(smpi SHARED ${SMPI_SRC})
+       add_library(smpi STATIC ${SMPI_SRC})
 endif(supernovae)
 
 set(GRAS_DEP "pthread")
 endif(supernovae)
 
 set(GRAS_DEP "pthread")