Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
need to delay signal after properties are set
[simgrid.git] / tools / cmake / Distrib.cmake
index bbf1d0a..4948b39 100644 (file)
@@ -182,6 +182,7 @@ set(source_to_pack
   ${xml_files}
   )
 list(SORT source_to_pack)
+list(REMOVE_DUPLICATES source_to_pack)
 
 ##########################################
 ### Fill in the "make dist-dir" target ###