Re: [CMake] Solution folder property does not work for external projects in cmake 2.8.3

2010-11-15 Thread David Cole
On Sun, Nov 14, 2010 at 3:11 AM, Andreas Mohr a...@lisas.de wrote: On Thu, Nov 04, 2010 at 09:28:57AM -0400, cmake-requ...@cmake.org wrote: Message: 1 Date: Thu, 4 Nov 2010 06:10:24 -0400 From: David Cole david.c...@kitware.com Subject: Re: [CMake] Solution folder property does not work

Re: [CMake] Solution folder property does not work for external projects in cmake 2.8.3

2010-11-14 Thread Andreas Mohr
On Thu, Nov 04, 2010 at 09:28:57AM -0400, cmake-requ...@cmake.org wrote: Message: 1 Date: Thu, 4 Nov 2010 06:10:24 -0400 From: David Cole david.c...@kitware.com Subject: Re: [CMake] Solution folder property does not work for external projects in cmake 2.8.3 To: Jens Auer je

Re: [CMake] Solution folder property does not work for external projects in cmake 2.8.3

2010-11-10 Thread David Cole
Filed and fixed this bug : http://public.kitware.com/Bug/view.php?id=11436 Should be fixed by this commit, just merged to 'next' : http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b3cf739e2c784fbd6c8a93c1ac91bd4bcea5acbf Please confirm, if you can build from CMake 'next'... Thanks! By the

[CMake] Solution folder property does not work for external projects in cmake 2.8.3

2010-11-04 Thread Jens Auer
Hi, I just downloaded the new cmake 2.8.3 release and found a bug. We include several external VC++ projects in our solution and group them into folders using the old SOLUTION_FOLDER patch. When I checked the new property FOLDER in cmake 2.8.3, it turns out that it works for all projects except

Re: [CMake] Solution folder property does not work for external projects in cmake 2.8.3

2010-11-04 Thread David Cole
On Thu, Nov 4, 2010 at 5:36 AM, Jens Auer je...@miltenyibiotec.de wrote: Hi, I just downloaded the new cmake 2.8.3 release and found a bug. We include several external VC++ projects in our solution and group them into folders using the old SOLUTION_FOLDER patch. When I checked the new

Re: [CMake] Solution folder property does not work for external projects in cmake 2.8.3

2010-11-04 Thread Rolf Eike Beer
Presently, if the generated FOLDER structure is incorrect, our automated testing will not currently catch an error of that sort. Does anybody have a good idea for how to verify the correctness of the generated solution file? Right now it requires manual inspection of the VS GUI to determine