Re: [cmake-developers] [CMake] 2.8.11-rc3 generator expression error

2013-04-28 Thread Stephen Kelly
Brad King wrote: On Fri, Apr 26, 2013 at 10:39 AM, Stephen Kelly steve...@gmail.com wrote: Brad King brad.king@... writes: I looked into implementing this and realized that we're not propagating usage requirements from the entire link closure, only from the direct dependencies. Are you

Re: [cmake-developers] [CMake] 2.8.11-rc3 generator expression error

2013-04-28 Thread Stephen Kelly
Brad King wrote: The caching is simplified because we never need to clear it since these are now only called during generation and never during configuration. I've looked again at the code, and there is a condition for clearing the cache if not configuring. I think this is because of export()

[cmake-developers] Please review CXXFeatures.cmake

2013-04-28 Thread Rolf Eike Beer
One question I see increasingly often is how do I test for C++11 support or for specific parts of that. For 2.8.12 I plan to include the check module I wrote for that a while back, and that I have reworked in the last weeks. You can find the current state in the rework branch of this

[cmake-developers] Code Changes to support C++ Windows Forms

2013-04-28 Thread john . farrier
Hello all! New CMake developer here! I have modified the latest version of CMake from Git to be able to use .resx files and integrate them into Visual Studio, perform the correct associations, and enable use of the Visual Studio designer for Windows Forms applications after a solution and

Re: [cmake-developers] Code Changes to support C++ Windows Forms

2013-04-28 Thread Jean-Christophe Fillion-Robin
Hi John, Seems you forgot to send a link to the associated topic. Jc On Sun, Apr 28, 2013 at 10:20 PM, john.farr...@helleboreconsulting.comwrote: Hello all! New CMake developer here! I have modified the latest version of CMake from Git to be able to use .resx files and integrate them