CMake/Tests/FindPackageTest/lib
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
..
Bar ENH: Updated FindPackageTest to test new find_package command features. 2008-01-17 09:06:36 -05:00
Blub Add a basic test for CMAKE_DISABLE_FIND_PACKAGE_<package> 2011-06-23 11:09:54 +02:00
RecursiveA find_package: Forward component list for recursive calls in modules 2011-04-07 15:36:05 -04:00
TApp Convert CMake-language commands to lower case 2012-08-13 14:19:16 -04:00
arch Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
cmake Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
foo-1.2 ENH: Updated FindPackageTest to test new find_package command features. 2008-01-17 09:06:36 -05:00
suffix/test Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
zot Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
zot-1.0 ENH: Added version support to Config mode of find_package command. 2008-01-28 20:38:48 -05:00
zot-2.0 Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
zot-3.0 Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
zot-3.1 Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00