Re: [CMake] Intertwined projects.

2011-08-06 Thread Yuri Timenkov
So you are trying to install your project into public location on CI server? If so, why? Otherwise I don't see any reasons why install shouldn't work, if you're installing these libraries into app1's specific temporary build location. And do you really need libA and libB installed? May be you sho

Re: [CMake] cmake support D programming?

2011-08-06 Thread Alan W. Irwin
Hi Jonathan: I certainly agree with your implicit assumption that D language support is important for CMake. On 2011-08-07 03:00+0200 jonathan MERCIER wrote: Since Fedora 16 will add a D2 compiler (ldc), i would like to know if cmake support yet this language? As far as I know, not directly,

[CMake] cmake support D programming?

2011-08-06 Thread jonathan MERCIER
Dear, Since Fedora 16 will add a D2 compiler (ldc), i would like to know if cmake support yet this language? kind regards -- jonathan MERCIER ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensour

Re: [CMake] External_Project and WIndows

2011-08-06 Thread Bill Hoffman
On 8/6/2011 11:53 AM, Richard Offer wrote: Hi, I'm trying to build Google protocol buffers as an external project on Windows and am hitting an issue with over assuming something is a path. I need to be able to call msbuild with options. (/p:Configuration=Debug), but cmake converts this to \p:

[CMake] External_Project and WIndows

2011-08-06 Thread Richard Offer
Hi, I'm trying to build Google protocol buffers as an external project on Windows and am hitting an issue with over assuming something is a path. I need to be able to call msbuild with options. (/p:Configuration=Debug), but cmake converts this to \p:Configuration=Debug before passing the string