CMake/Tests/Contracts/Trilinos-10-6
Kitware Robot 77543bde41 Convert CMake-language commands to lower case
Ancient CMake versions required upper-case commands.  Later command
names became case-insensitive.  Now the preferred style is lower-case.

Run the following shell code:

cmake --help-command-list |
grep -v "cmake version" |
while read c; do
    echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g'
done >convert.sed &&
git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' |
egrep -z -v '^(Utilities/cm|Source/kwsys/)' |
xargs -0 sed -i -f convert.sed &&
rm convert.sed
2012-08-13 14:19:16 -04:00
..
CMakeLists.txt Establish pass criteria for the Trilinos contract test. 2010-12-28 11:27:56 -05:00
Dashboard.cmake.in Establish pass criteria for the Trilinos contract test. 2010-12-28 11:27:56 -05:00
EnvScript.cmake Add contract test for Trilinos 10.6.1 snapshot. 2010-11-09 10:17:06 -05:00
Patch.cmake Convert CMake-language commands to lower case 2012-08-13 14:19:16 -04:00
RunTest.cmake Establish pass criteria for the Trilinos contract test. 2010-12-28 11:27:56 -05:00
ValidateBuild.cmake.in Establish pass criteria for the Trilinos contract test. 2010-12-28 11:27:56 -05:00