From: Hans Johnson Date: Thu, 5 Jun 2014 15:59:00 +0000 (-0500) Subject: STYLE: Move CMake commands to match new conventions X-Git-Tag: v1.4.0~116 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a4b0c9702a1d102f07eafa205a62cf46c0c625aa;hp=a4b0c9702a1d102f07eafa205a62cf46c0c625aa;p=clitk.git 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 ---