CMake/Tests/BundleUtilities
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 Fix BundleUtilities test failure with space in build path. 2012-01-20 22:02:01 -07:00
bundleutils.cmake Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
framework.cpp BundleUtilities: Work w/ non .app exes on Mac (#12034) 2011-05-27 16:11:43 -04:00
framework.h BundleUtilities: Work w/ non .app exes on Mac (#12034) 2011-05-27 16:11:43 -04:00
module.cpp BundleUtilities: Work w/ non .app exes on Mac (#12034) 2011-05-27 16:11:43 -04:00
module.h BundleUtilities: Work w/ non .app exes on Mac (#12034) 2011-05-27 16:11:43 -04:00
shared.cpp BundleUtilities: Work w/ non .app exes on Mac (#12034) 2011-05-27 16:11:43 -04:00
shared.h BundleUtilities: Work w/ non .app exes on Mac (#12034) 2011-05-27 16:11:43 -04:00
shared2.cpp BundleUtilities: Work w/ non .app exes on Mac (#12034) 2011-05-27 16:11:43 -04:00
shared2.h BundleUtilities: Work w/ non .app exes on Mac (#12034) 2011-05-27 16:11:43 -04:00
testbundleutils1.cpp BundleUtilities: Add rpath to loadable modules in test. 2011-06-02 09:08:49 -06:00
testbundleutils2.cpp BundleUtilities: Add rpath to loadable modules in test. 2011-06-02 09:08:49 -06:00
testbundleutils3.cpp GetPrerequisites: Add test for @rpath support. 2012-01-19 22:03:06 -07:00