[CMake] hi

2011-05-30 Thread dosto . walla
hello i know your family will be thrilled http://g.msn.com.br/BR9/1369.0?http://cnbc7.com/news ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic

Re: [CMake] How to include libraries from classic toolchain to be installed and/or packaged?

2011-05-30 Thread Eric Noulard
2011/5/30 Jan Dolecek : > Hi guys, > I like CMake and I'm trying to learn it, however I have problem with my > project which I'm not able to solve for couple of days. The problem is, that > my project depends on another library which I need to compile and which uses > classic toolchain (autoconf +

[CMake] How to include libraries from classic toolchain to be installed and/or packaged?

2011-05-30 Thread Jan Dolecek
Hi guys, I like CMake and I'm trying to learn it, however I have problem with my project which I'm not able to solve for couple of days. The problem is, that my project depends on another library which I need to compile and which uses classic toolchain (autoconf + configure). This library automati

Re: [CMake] using "INSTALL(CODE ..." for multiple configurations.

2011-05-30 Thread Michael Hertling
On 05/30/2011 12:54 PM, Campbell Barton wrote: > On Mon, May 30, 2011 at 1:55 AM, Michael Hertling wrote: >> On 05/30/2011 02:58 AM, Campbell Barton wrote: >>> Checking if this is possible since its quite verbose to have the same >>> command 4 times, one for each configuration. >>> >>> For blender

Re: [CMake] using "INSTALL(CODE ..." for multiple configurations.

2011-05-30 Thread Campbell Barton
On Mon, May 30, 2011 at 1:55 AM, Michael Hertling wrote: > On 05/30/2011 02:58 AM, Campbell Barton wrote: >> Checking if this is possible since its quite verbose to have the same >> command 4 times, one for each configuration. >> >> For blender3d on windows we need to extract python into the insta

[CMake] Bug "VS 2010 generator improperly generates AdditionalIncludeDirectories nodes"

2011-05-30 Thread Pere Mato Vila
Hi, I am seriously affected by the bug "VS 2010 generator improperly generates AdditionalIncludeDirectories nodes" (http://public.kitware.com/Bug/view.php?id=10798) in my project and do not think that providing a patch file for CMake to our users is a practical option. Does anybody know when

Re: [CMake] Parallel build & test problem

2011-05-30 Thread Marcel Loose
> Look at the following project for an example: > > # CMakeLists.txt: