Re: [cmake-developers] UseSWIG warns about CMP0057

2015-03-27 Thread felix schwitzer
Brad King writes: > > Yes, it should be fixed to just use DEPENDS instead of MAIN_DEPENDENCY, > at least if there are multiple languages to be generated. There is no > compatibility issue because MAIN_DEPENDENCY only affects the presentation > of source files in IDE projects. Otherwise it is th

[cmake-developers] [CMake 0015480]: UseSWIG.cmake warns about CMP0057

2015-03-27 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15480 == Reported By:Felix Schwitzer Assigned To:

Re: [cmake-developers] Fortran support for Ninja generator

2015-03-27 Thread Brad King
On 03/26/2015 08:53 AM, Brad King wrote: > I'm working on a write-up of the whole thing to present to Ninja > folks. Once it's drafted I'll post it here for discussion. I've drafted the attached document in Markdown to make it easy to paste into a Github issue or comment for discussion with Ninja

Re: [cmake-developers] UseSWIG warns about CMP0057

2015-03-27 Thread Brad King
On 03/26/2015 05:16 PM, felix schwitzer wrote: > Is this a bug in UseSWIG or is my use case invalid? It's a bug exposed by the policy warning. We never supported repeated use of MAIN_DEPENDENCY, it just wasn't diagnosed before CMP0057. > The warning comes from UseSWIG in line 193; the interface