Use lowercase for cmake commands consistenly 769/head
authorJulien Malik <julien.malik@paraiso.me>
Mon, 2 May 2016 14:03:16 +0000 (16:03 +0200)
committerJulien Malik <julien.malik@paraiso.me>
Mon, 2 May 2016 14:05:41 +0000 (16:05 +0200)
commit17a0a8a195a9aad76a6bdb174edc8aa5fb8b7831
tree73afe14427af5b3b7b65633f04a1b86128b54144
parentba0cf122f6820d38a7a5acc65b9d64392dd94e83
Use lowercase for cmake commands consistenly

Inspired from https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt
This needs vim 7.3 and fails with vim 7.4

This also fixes a number of :
- missing empty line at end of files
- useless space at end of lines
21 files changed:
CMakeLists.txt
cmake/EnsureFileInclude.cmake
doc/Doxyfile.dox.cmake.in
src/bin/common/CMakeLists.txt
src/bin/jp2/CMakeLists.txt
src/bin/jp3d/CMakeLists.txt
src/bin/jpip/CMakeLists.txt
src/bin/mj2/CMakeLists.txt
src/lib/openjp2/CMakeLists.txt
src/lib/openjp3d/CMakeLists.txt
src/lib/openmj2/CMakeLists.txt
tests/nonregression/CMakeLists.txt
tests/nonregression/checkmd5refs.cmake
tests/unit/CMakeLists.txt
thirdparty/CMakeLists.txt
thirdparty/liblcms2/CMakeLists.txt
thirdparty/libpng/CMakeLists.txt
thirdparty/libtiff/CMakeLists.txt
thirdparty/libz/CMakeLists.txt
tools/ctest_scripts/travis-ci.cmake
wrapping/java/CMakeLists.txt