[cmake-developers] [PATCH] fix #4186 kdevelop bug

Bill Hoffman bill.hoffman at kitware.com
Tue Jan 23 15:01:27 EST 2007


Alexander Neundorf wrote:
> Hi,
>
> the attached patch fixes bug #4186, which caused that some files could be 
> listed multiple times in the kdevelop filelist file.
> Additionally it gets rid of the tiny files cmLocalKdevelopGenerator.h/cxx, by 
> putting this tiny class inside cmGlobalKdevelopGenerator.cxx.
>   
I would rather keep the tiny files.  As a matter of style I do not like 
"public" classes that are not in a separate
file.  Think Java, you can not have class in a file that is not the same 
name...

-Bill




More information about the cmake-developers mailing list