[cmake-developers] Fortran detection, issue 9220

2015-02-05 Thread Christoph GrĂ¼ninger
Hi CMake developers, would you mind to tackle issue 9220 "enable_language( OPTIONAL) signature does not work correctly"? It's a shame that CMake cannot properly detect optional Fortran for more than 5 years! The workaround from Eigen works fine for me, but it's still embarrassing. BTW, is the

Re: [cmake-developers] Feature request in CMake-gui: "Open project file" button

2015-02-05 Thread David Cole via cmake-developers
There is a similar (old) feature request in the bug tracker for a "build" button: http://public.kitware.com/Bug/view.php?id=8260 See the commentary there when considering adding a button to cmake-gui... D On Thu, Feb 5, 2015 at 4:54 AM, Paul Anton Letnes wrote: > Hi! > > I sometimes dream o

Re: [cmake-developers] Extracting target metadata, IDE integration

2015-02-05 Thread Aleix Pol
On Mon, Feb 2, 2015 at 5:36 PM, Aleix Pol wrote: > On Mon, Jan 26, 2015 at 9:15 PM, Tobias Hunger > wrote: >> I gave this patch a try with the cmake project data. >> >> I had hoped that this file would contain all the information an IDE >> might need, but there seems quite a bit missing for that

Re: [cmake-developers] New module: CheckFortranCompilerFlag.cmake

2015-02-05 Thread Nicolas Bock
Thanks! Let me know how I can help with testing. Nick On Feb 5, 2015 9:23 AM, "Brad King" wrote: > On 02/04/2015 08:21 AM, Nicolas Bock wrote: > > I have modified the patch and added error messages for NAG and PGI > > compilers. I have also fixed the FAIL_REGEX in the module itself to > > read "

Re: [cmake-developers] New module: CheckFortranCompilerFlag.cmake

2015-02-05 Thread Brad King
On 02/04/2015 08:21 AM, Nicolas Bock wrote: > I have modified the patch and added error messages for NAG and PGI > compilers. I have also fixed the FAIL_REGEX in the module itself to > read "not for Fortran" instead of "... for C". Thanks. I've drafted commits to add the module and a test case:

[cmake-developers] [ANNOUNCE] CMake 3.1.2 Released

2015-02-05 Thread Robert Maynard
We are pleased to announce that CMake 3.1.2 is now available for download. Please use the latest release from our download page: http://www.cmake.org/download/ Thanks for your support! - Changes in 3.1.2 since 3.1.1: Ben

Re: [cmake-developers] CMake 3.2 feature freeze on 2015-02-02

2015-02-05 Thread Brad King
On 01/26/2015 11:41 AM, Brad King wrote: > In preparation for this freeze to 'master' next week, I'm now freezing > 'next' to new features. I've branched 'release' for 3.2. The repository is now open for post-3.2 development. Please rebase any open topics on 'master' before merging to 'next'. -

[cmake-developers] Feature request in CMake-gui: "Open project file" button

2015-02-05 Thread Paul Anton Letnes
Hi! I sometimes dream of a tiny, but time-saving feature: Next to "configure" and "generate", I'd want an "open project" button (for VS/Eclipse/XCode or other IDE projects). Cheers --- Paul Anton -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: