X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/73e97710413bba3ee2ae8baab0537fbd78811016..e1f88a566aca6e3072f9158aabe6a33c5de343e3:/tools/cmake/scripts/fixup_simgrid_dtd_l.pl diff --git a/tools/cmake/scripts/fixup_simgrid_dtd_l.pl b/tools/cmake/scripts/fixup_simgrid_dtd_l.pl index 67f66de210..7a2d251526 100755 --- a/tools/cmake/scripts/fixup_simgrid_dtd_l.pl +++ b/tools/cmake/scripts/fixup_simgrid_dtd_l.pl @@ -10,12 +10,12 @@ while (<>) { # Accept the alternative DTD location if (/DOCTYPE.*simgrid.org.simgrid.dtd/) { - print ' "" SET(ROOT_surfxml_platform);'."\n"; + print ' "" SET(ROOT_simgrid_parse_platform);'."\n"; } # Completely rewrite the error handling mechanism to use exceptions instead of printing to stderr if (/fprintf.stderr, .*? flexml_err_msg.;/) { - print(' surf_parse_error(flexml_err_msg);'."\n"); + print(' simgrid_parse_error(flexml_err_msg);'."\n"); next; }