[trunk] Convert CMake-language commands to lower case
authorMickael Savinaud <savmickael@users.noreply.github.com>
Thu, 30 Aug 2012 17:14:39 +0000 (17:14 +0000)
committerMickael Savinaud <savmickael@users.noreply.github.com>
Thu, 30 Aug 2012 17:14:39 +0000 (17:14 +0000)
commitd5bb3b0039159a61c7e9b2ae157a7b6ec2c0aef5
tree8114a5c8fef51e462e9baea495ad0fe210c3b3a6
parentf16216e2708c3b480f726d64b589f092bbc48b02
[trunk] 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.
This also changes all the key words to lower case. The primary reason for changing key words is that all documentation for CMakeLists.txt now shows the key words as lower case. Even the printed “Mastering CMake v5” uses lower case.
Thanks to Hans Johnson
24 files changed:
CMake/CTestCustom.cmake.in
CMake/FindCPPCHECK.cmake
CMake/FindFCGI.cmake
CMake/FindKAKADU.cmake
CMake/FindLCMS.cmake
CMake/FindLCMS2.cmake
CMake/OpenJPEGCPack.cmake
CMake/OpenJPEGConfig.cmake.in
CMake/TestLargeFiles.cmake
CMakeLists.txt
applications/CMakeLists.txt
applications/JavaOpenJPEG/CMakeLists.txt
applications/OPJViewer/CMakeLists.txt
applications/codec/CMakeLists.txt
applications/jpip/CMakeLists.txt
applications/jpip/libopenjpip/CMakeLists.txt
applications/jpip/util/CMakeLists.txt
applications/mj2/CMakeLists.txt
doc/CMakeLists.txt
libopenjpeg/CMakeLists.txt
libopenjpeg/jpwl/CMakeLists.txt
tests/CMakeLists.txt
tests/conformance/CMakeLists.txt
tests/nonregression/CMakeLists.txt