Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
install MSG_colorize.pl under the name simgrid-colorizer
[simgrid.git] / buildtools / Cmake / src / CMakeMaintainerMode.txt
index 8b50083..560b7c2 100644 (file)
@@ -109,6 +109,7 @@ if(PERL_EXE)
 
        #$(TEST_UNITS): $(TEST_CFILES)
        string(REPLACE ";" " " USE_TEST_CFILES "${TEST_CFILES}")
+       exec_program("chmod a=rwx ${PROJECT_DIRECTORY}/tools/sg_unit_extractor.pl" "${PROJECT_DIRECTORY}/src/")
        exec_program("${PROJECT_DIRECTORY}/tools/sg_unit_extractor.pl ${USE_TEST_CFILES}" "${PROJECT_DIRECTORY}/src/")
 
        #@builddir@/simgrid_units_main.c: $(TEST_UNITS)
@@ -121,6 +122,7 @@ message("")
 message("________________________________________________________________________________")
 message("________________________________________________________________________________ SG_UNIT_EXTRACTOR END")
 
+#Those lines permit to remake a cmake configure if "sources to look" have been changed
 foreach(file ${SRC_TO_LOOK})
        configure_file(${file} ${file} COPYONLY)
 endforeach(file ${SRC_TO_LOOK})