CMake/Tests/SwigTest
Kitware Robot 9db3116226 Remove CMake-language block-end command arguments
Ancient versions of CMake required else(), endif(), and similar block
termination commands to have arguments matching the command starting the
block.  This is no longer the preferred style.

Run the following shell code:

for c in else endif endforeach endfunction endmacro endwhile; do
    echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/'
done >convert.sed &&
git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' |
egrep -z -v '^(Utilities/cm|Source/kwsys/)' |
egrep -z -v 'Tests/CMakeTests/While-Endwhile-' |
xargs -0 sed -i -f convert.sed &&
rm convert.sed
2012-08-13 14:19:16 -04:00
..
CMakeLists.txt Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
example.cxx ENH: Here is test for swig module 2004-04-30 12:17:06 -04:00
example.h Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
example.i ENH: Here is test for swig module 2004-04-30 12:17:06 -04:00
runme.php4 ENH: Here is test for swig module 2004-04-30 12:17:06 -04:00
runme.pike Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
runme.pl ENH: Here is test for swig module 2004-04-30 12:17:06 -04:00
runme.py Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
runme.rb ENH: Here is test for swig module 2004-04-30 12:17:06 -04:00
runme.tcl ENH: Here is test for swig module 2004-04-30 12:17:06 -04:00
runme2.tcl ENH: Here is test for swig module 2004-04-30 12:17:06 -04:00