Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix test out of directory for smpi mpich
[simgrid.git] / buildtools / Cmake / Supernovae.cmake
index 0135617..ec68d3c 100644 (file)
@@ -6,14 +6,12 @@
 set(simgrid_fragile_sources
   src/simdag/sd_daxloader.c
   src/surf/surfxml_parse.c
-  src/xbt/automaton/automaton_create.c
   src/xbt/datadesc/ddt_parse.yy.c
   src/xbt/graphxml_parse.c
   src/xbt/mmalloc/mm.c
   ${GTNETS_USED}
   )
 set(gras_fragile_sources
-  src/xbt/automaton/automaton_create.c
   src/xbt/datadesc/ddt_parse.yy.c
   src/xbt/graphxml_parse.c
   src/xbt/mmalloc/mm.c
@@ -70,4 +68,4 @@ if (enable_supernovae) # I need supernovae
   set(SMPI_SRC
     ${CMAKE_CURRENT_BINARY_DIR}/src/supernovae_smpi.c)
 
-endif(enable_supernovae) # I need supernovae
+endif() # I need supernovae