Re: kdelibs/kjs/CMakeLists.txt

2007-09-23 Thread Matt Rogers
On Sunday 23 September 2007 17:51:17 Andreas Pakulat wrote: > On 23.09.07 16:58:37, Matt Rogers wrote: > > On Sunday 23 September 2007 13:50:47 Allen Winter wrote: > > > Howdy, > > > > > > I'm using cmake from cvs and it found a problem in > > > kdelibs/kjs/CMakeLists.txt: > > > > > > Warning: Sour

Re: kdelibs/kjs/CMakeLists.txt

2007-09-23 Thread Andreas Pakulat
On 23.09.07 16:58:37, Matt Rogers wrote: > On Sunday 23 September 2007 13:50:47 Allen Winter wrote: > > Howdy, > > > > I'm using cmake from cvs and it found a problem in > > kdelibs/kjs/CMakeLists.txt: > > > > Warning: Source file > > "/data/kde/trunk/KDE/kdelibs/build-gcc/kjs/kjs_automoc.cpp" is l

Re: kdelibs/kjs/CMakeLists.txt

2007-09-23 Thread Matt Rogers
On Sunday 23 September 2007 13:50:47 Allen Winter wrote: > Howdy, > > I'm using cmake from cvs and it found a problem in > kdelibs/kjs/CMakeLists.txt: > > Warning: Source file > "/data/kde/trunk/KDE/kdelibs/build-gcc/kjs/kjs_automoc.cpp" is listed > multiple times for target "kjs". > > I think this

Re: kdelibs/kjs/CMakeLists.txt

2007-09-23 Thread Andreas Pakulat
On 23.09.07 14:50:47, Allen Winter wrote: > I'm using cmake from cvs and it found a problem in kdelibs/kjs/CMakeLists.txt: > > Warning: Source file > "/data/kde/trunk/KDE/kdelibs/build-gcc/kjs/kjs_automoc.cpp" is listed > multiple times for target "kjs". > > I think this is due to having a lib

kdelibs/kjs/CMakeLists.txt

2007-09-23 Thread Allen Winter
Howdy, I'm using cmake from cvs and it found a problem in kdelibs/kjs/CMakeLists.txt: Warning: Source file "/data/kde/trunk/KDE/kdelibs/build-gcc/kjs/kjs_automoc.cpp" is listed multiple times for target "kjs". I think this is due to having a library named 'kjs' and a separate app named 'kjs'

Find_Library_Ex for msvc

2007-09-23 Thread Christian Ehrlicher
Hi, msvc needs to distinguish between debug and release libs to avoid crashes (it use a different runtime and therefore some symbols/functions are incompatible). To respect this behaviour, we currently need to add a whole bunch of cmake lines to every FindFoo.cmake. For an example see FindBlit