Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove supernovae mode for SimGrid v3.7
[simgrid.git] / buildtools / Cmake / Distrib.cmake
index 3f07308..42b9032 100644 (file)
@@ -306,13 +306,6 @@ COMMAND ${CMAKE_COMMAND} -E remove -f src/xbt_synchro_unit.c
 WORKING_DIRECTORY "${CMAKE_HOME_DIRECTORY}"
 )
 
-add_custom_target(supernovae-clean
-COMMAND ${CMAKE_COMMAND} -E remove -f src/supernovae_gras.c
-COMMAND ${CMAKE_COMMAND} -E remove -f src/supernovae_sg.c
-COMMAND ${CMAKE_COMMAND} -E remove -f src/supernovae_smpi.c
-WORKING_DIRECTORY "${CMAKE_HOME_DIRECTORY}"
-)
-
 #############################################
 ### Fill in the "make sync-gforge" target ###
 #############################################