Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sort cmake list "source_to_pack".
[simgrid.git] / tools / cmake / Distrib.cmake
index e0592b6..f99623e 100644 (file)
@@ -181,6 +181,7 @@ set(source_to_pack
   ${txt_files}
   ${xml_files}
   )
+list(SORT source_to_pack)
 
 ##########################################
 ### Fill in the "make dist-dir" target ###