Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oups, variable names are not same. Fix the bug with Supernovae.
[simgrid.git] / buildtools / Cmake / Supernovae.cmake
index 424e7d0..f7f461b 100644 (file)
@@ -65,4 +65,5 @@ add_library(simgrid_static STATIC ${PROJECT_DIRECTORY}/src/supernovae_sg.c ${sim
 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