Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove remaining references to static version of libraries.
[simgrid.git] / buildtools / Cmake / Supernovae.cmake
index f7f461b..f3cee66 100644 (file)
@@ -61,9 +61,7 @@ if(enable_smpi)
 endif(enable_smpi)
 
 add_library(simgrid    SHARED  ${PROJECT_DIRECTORY}/src/supernovae_sg.c ${simgrid_fragile_sources})
-add_library(simgrid_static STATIC ${PROJECT_DIRECTORY}/src/supernovae_sg.c ${simgrid_fragile_sources})
 add_library(gras       SHARED  ${PROJECT_DIRECTORY}/src/supernovae_gras.c ${gras_fragile_sources})
 if(enable_smpi)
        add_library(smpi        SHARED  ${PROJECT_DIRECTORY}/src/supernovae_smpi.c)
-       add_library(smpi_static STATIC ${PROJECT_DIRECTORY}/src/supernovae_smpi.c)
-endif(enable_smpi)
\ No newline at end of file
+endif(enable_smpi)