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

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to