]> Creatis software - clitk.git/commit
STYLE: Move CMake commands to match new conventions
authorHans Johnson <hans-johnson@uiowa.edu>
Thu, 5 Jun 2014 15:59:00 +0000 (10:59 -0500)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Tue, 10 Jun 2014 11:48:48 +0000 (13:48 +0200)
commita4b0c9702a1d102f07eafa205a62cf46c0c625aa
tree2d8dab5aeb3f6be5d9d7876c87203ad79e97fada
parentb14e05d38fa7c7093a22673adebce86b97d69fa0
STYLE: Move CMake commands to match new conventions

The next step in removing end-of-lines is to run through all the
CMakeLists.txt files and clean them up.

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. I’ve come across this several
times in my class where students stumble over the fact that the
documentation about Cmake does not match the implementation in ITK.

I have a script (a wrapper around a vim macro) written that can make
these substituions reliably (Tested on the BRAINS tree, the Slicer3
tree, and the ITK tree without causing any errors).  more complete
documentaiton can be found attached to
19 files changed:
CMakeLists.txt
CTestConfig.cmake
Doxygen/CMakeLists.txt
cluster_tools/CMakeLists.txt
cmake/FindGengetopt.cmake
cmake/FindROOT.cmake
cmake/build_opt.cmake
cmake/common.cmake
cmake/dependencies.cmake
common/CMakeLists.txt
registration/CMakeLists.txt
segmentation/CMakeLists.txt
superbuild/CMakeLists.txt
tests/CMakeLists.txt
tests/tools/CMakeLists.txt
tools/CMakeLists.txt
utilities/CxImage/CMakeLists.txt
utilities/gengetopt/CMakeLists.txt
vv/CMakeLists.txt