[CMake] Bug in SOURCE_GROUP command?

Sylvain Benner benner at virtools.com
Thu Aug 23 04:47:52 EDT 2007



>
>  
>
> The bug is that both files are mapped into the same directory in the 
> MSVS project (bbb/reader).
>
> When I change one of the directories into a different name (e.g. 
> reader2) it works fine and the files are mapped into 2 different 
> directories. Is this a bug or am I doing something wrong? If so, when 
> can it be fixed?
>
>  
>
> Thanks, Tal
>
>  
>
It's an old known bug and it is listed here : 
http://www.cmake.org/Bug/view.php?id=5114
The fixed to do is to put an ID on the source group to assure each 
source group is unique.

Which version of CMake are you using ?
I thought it was a fixed issue, who has more info about this old minor 
issue ?

--Sylvain



More information about the CMake mailing list