[CMake] Invitation to connect on LinkedIn

2010-01-19 Thread Bin Chen
LinkedIn Bin Chen requested to add you as a connection on LinkedIn: -- Robert, I'd like to add you to my professional network on LinkedIn. - Bin Accept invitation from Bin Chen

Re: [CMake] Precompiled headers for Mac OS X

2010-01-19 Thread Werner Smekal
Hi John, that's easy: set_target_properties( executable PROPERTIES XCODE_ATTRIBUTE_GCC_PREFIX_HEADER path/stdwx.h XCODE_ATTRIBUTE_GCC_PRECOMPILE_PREFIX_HEADER YES ) stdwx.h must include all headers you want to have precompiled and must also be included by the actual source file. HTH,

Re: [CMake] Double @-substitution and configure_file()??

2010-01-19 Thread Marcel Loose
On Mon, 2010-01-18 at 11:55 -0500, David Cole wrote: On Mon, Jan 18, 2010 at 10:28 AM, Marcel Loose lo...@astron.nl wrote: Hi all, Is it possible to somehow do a double @-substitution when using, e.g., configure_file, similar to a double ${${...}}

[CMake] Having design issues implementing Xbox360 Generator support

2010-01-19 Thread David Genest
Hi Again, Hopefully I will catch the attention of cmake maintainers. I think Cmake support of Xbox 360 would help the gaming industry more easily adopt cmake to build their projects. I don't know it this work is too specific to warrant inclusion in cmake. This is a long post, so please bear

Re: [CMake] Problem with current CVS HEAD for creating ZIP with shared lib on Linux

2010-01-19 Thread Bill Hoffman
Eric Noulard wrote: Hi CMake developers, [This message is for CMake developers, user-only may skip it entirely since it may be boring] Using current CVS HEAD (on Debian Linux host) I'm not able to build a zip file containing installed libraries with symbolic links using

Re: [CMake] What's the best way to support additional compilers for an official CMake language such as Fortran

2010-01-19 Thread Brad King
On 1/15/2010 5:58 PM, Alan W. Irwin wrote: The PLplot project has been supporting some additional Fortran compilers What compilers? FYI, the Compiler/* and Platform/* modules have been refactored a bit in CVS HEAD CMake. The changes break compiler- and platform- specific information down

Re: [CMake] Problem with current CVS HEAD for creating ZIP with shared lib on Linux

2010-01-19 Thread Eric Noulard
2010/1/19 Bill Hoffman bill.hoff...@kitware.com: Eric Noulard wrote: Hi CMake developers, [This message is for CMake developers, user-only may skip it entirely since it may be boring] Using current CVS HEAD (on Debian Linux host) I'm not able to build a zip file containing installed

Re: [CMake] Having design issues implementing Xbox360 Generator support

2010-01-19 Thread David Cole
In this related thread from last June, I express my concern over the proliferation of CMake generators : http://www.cmake.org/pipermail/cmake/2009-June/029919.html I would much prefer to see a use the existing Visual Studio generator but somehow extend the number of platforms it supports approach

Re: [CMake] Having design issues implementing Xbox360 Generator support

2010-01-19 Thread David Genest
In this related thread from last June, I express my concern over the proliferation of CMake generators : http://www.cmake.org/pipermail/cmake/2009-June/029919.html I would much prefer to see a use the existing Visual Studio generator but somehow extend the number of platforms it supports

Re: [CMake] What's the best way to support additional compilers for an official CMake language such as Fortran

2010-01-19 Thread Alan W. Irwin
Hi Brad: Thanks for your reply which must have crossed with mine asking for a response. On 2010-01-19 14:06-0500 Brad King wrote: On 1/15/2010 5:58 PM, Alan W. Irwin wrote: The PLplot project has been supporting some additional Fortran compilers What compilers? These platform files (see