Re: [cmake-developers] Specifying VS target platform

2012-09-18 Thread Brad King
On 09/18/2012 02:23 AM, Patrick Gansterer wrote: > If we store everything in one variable (via string concatenation) I > don't see much value in an extra -GP switch. We need to split the > ${CMAKE_GENERATOR} variable into generator+platform then all the time > anyway. > Maybe we can only change

Re: [cmake-developers] Exporting dependent library targets in multiple export sets

2012-09-18 Thread Alexander Neundorf
On Monday 17 September 2012, Alexander Neundorf wrote: > On Monday 17 September 2012, Alexander Neundorf wrote: > > On Monday 17 September 2012, Brad King wrote: > > > On 09/15/2012 04:45 PM, Alexander Neundorf wrote: > > > > There is now a branch export-sets-2 on cmake stage. > > > > It cherry-pic

Re: [cmake-developers] Exporting dependent library targets in multiple export sets

2012-09-18 Thread Brad King
On 09/18/2012 04:12 PM, Alexander Neundorf wrote: > How about defining a variable which can be set by Config-files which holds an > error message for the case that the Config-file has set _FOUND to > FALSE > ? > Like e.g. _FIND_FAILURE_MESSAGE ? > This could then be printed by cmFindPackage and/

Re: [cmake-developers] Tests with custom launchers and "Not Run"

2012-09-18 Thread Mathias Gaunard
On 09/12/2012 11:23 PM, Mathias Gaunard wrote: On 12/09/2012 22:39, Mathias Gaunard wrote: I'd be content with just interpreting a return value of 77 as a "Not Run" status; this is a fairly trivial change that should work well in any existing setups. I don't think it is really needed to make th

Re: [cmake-developers] Tests with custom launchers and "Not Run"

2012-09-18 Thread David Cole
I don't like it. Existing tests that run and return, for example, a number of errors that occurred, will magically appear as "not run" when that number just so happens to be 77. If there are enough people who think this is "simple and works" and are not concerned about the accidental matching of a

Re: [cmake-developers] Tests with custom launchers and "Not Run"

2012-09-18 Thread Mathias Gaunard
On 09/18/2012 11:37 PM, David Cole wrote: I don't like it. Existing tests that run and return, for example, a number of errors that occurred, will magically appear as "not run" when that number just so happens to be 77. If there are enough people who think this is "simple and works" and are not

[cmake-developers] [CMake 0013548]: Updated cmake-mode.el

2012-09-18 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13548 == Reported By:tschutter Assigned To:

Re: [cmake-developers] Tests with custom launchers and "Not Run"

2012-09-18 Thread Rolf Eike Beer
David Cole wrote: > I don't like it. Existing tests that run and return, for example, a number > of errors that occurred, will magically appear as "not run" when that > number just so happens to be 77. > > If there are enough people who think this is "simple and works" and are not > concerned abou

Re: [cmake-developers] Tests with custom launchers and "Not Run"

2012-09-18 Thread Marcel Loose
On 19/09/12 08:18, Rolf Eike Beer wrote: David Cole wrote: I don't like it. Existing tests that run and return, for example, a number of errors that occurred, will magically appear as "not run" when that number just so happens to be 77. If there are enough people who think this is "simple and w