Re: [CMake] About CMakeLists.txt coding style

2008-05-22 Thread Bill Hoffman
Philip Lowman wrote: On Fri, May 16, 2008 at 9:56 PM, Edson Tadeu <[EMAIL PROTECTED] > wrote: (Not even mentioning the indent style). It seems that there is a transition going on from uppercase to lowercase in the recent CMakeLists... I don't know what st

Re: [CMake] About CMakeLists.txt coding style

2008-05-17 Thread Philip Lowman
On Fri, May 16, 2008 at 9:56 PM, Edson Tadeu <[EMAIL PROTECTED]> wrote: > (Not even mentioning the indent style). It seems that there is a > transition going on from uppercase to lowercase in the recent CMakeLists... > I don't know what style to settle for my new CMakeLists.txt's, because if I >

[CMake] About CMakeLists.txt coding style

2008-05-16 Thread Edson Tadeu
Hi, I am looking for documentation about standard coding style, convention and best practices on CMake programming, I couldn't find anything about it in the Wiki or the FAQ. Is there some standard coding style/convention to use for CMakeLists.txt files? Or even some "non-standard" style guide?