Re: [CMake] cmake: Duplicate file name conflict

2015-07-08 Thread Jan Steinke
Thank you Petr! AUTOMOC is the culprit. That pointed me in the right direction. I was able to find this and this . It seems as if it is something that can't be changed due to the design of AUT

Re: [CMake] cmake: Duplicate file name conflict

2015-07-08 Thread Petr Kmoch
I can't see anything obviously wrong with your setup. Can you post the error you're getting as well? The only candidate for trouble I can think of is AUTOMOC. I don't have experience with that, but is it possible the name clash comes from AUTOMOC-generated files? Petr On Wed, Jul 8, 2015 at 9:46

Re: [CMake] cmake: Duplicate file name conflict

2015-07-08 Thread Jan Steinke
Hi Peter, Thanks for your quick reply. My file structure is as such someFolder/ library/code/include/*sameName.h* library/code/include/anotherName.h library/code/source/sameName.cpp library/code/source/anotherName.cpp

Re: [CMake] cmake: Duplicate file name conflict

2015-07-08 Thread Petr Kmoch
Hi Jan, it'simpossible to answer such questions without seeing your setup. Can you post your CMakeList and your directory structure? Petr On Tue, Jul 7, 2015 at 6:36 PM, Jan Steinke wrote: > Dear all, > I came across a problem, for me it seems that cmake does not allow header > files to be hav

[CMake] cmake: Duplicate file name conflict

2015-07-07 Thread Jan Steinke
Dear all, I came across a problem, for me it seems that cmake does not allow header files to be have the same name. Or am I doing something wrong? I have two projects, a library and an application. Both have files with similar content, but the same file names. I am using cmake to compile the app a

Re: [CMake] duplicate file name

2009-02-19 Thread Eric Noulard
2009/2/18 Nicolas Slythe (Intern) : > I'm using CMake 2.4-patch 8 > > I have an issue with duplicate file name > > If I have 2 file with the same name in different folder CMake does not > process the second one 2 identical **files** in separate folders should not be an issue however you cannot hav

[CMake] duplicate file name

2009-02-18 Thread Nicolas Slythe (Intern)
I'm using CMake 2.4-patch 8 I have an issue with duplicate file name If I have 2 file with the same name in different folder CMake does not process the second one Is someone know how I can fix tha or if this issue is fixed in 2.6 version Thanks ___ Powe