[cmake-developers] [CMake 0015548]: Report syntax error for if/else/else construct

2015-04-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15548 == Reported By:Mathieu Malaterre Assigned To:

Re: [cmake-developers] [CMake 0011944]: CPackDeb: Support dependencies between components/Debian packages

2015-04-30 Thread Domen Vrankar
I recommend git rebase: https://www.atlassian.com/git/tutorials/rewriting-history/git-rebase-i Didn't know about interactive mode for rebase - seems allot simpler than what I described. Thanks. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

[cmake-developers] [CMake 0015549]: The extern keyword

2015-04-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15549 == Reported By:Micha Renner Assigned To:

[cmake-developers] MSVC 2015 RC CXX features

2015-04-30 Thread Stephen Kelly
In case you missed it, http://blogs.msdn.com/b/vcblog/archive/2015/04/29/c-11-14-17-features-in-vs-2015-rc.aspx I didn't compare with the CMake compiler features file to see if it's different, but it will require first hand testing anyway, most likely. Thanks, Steve. -- Powered by

Re: [cmake-developers] cmake --help-policy CMP0057 MAIN_DEPENDENCY

2015-04-30 Thread Nils Gladitz
On 29.04.2015 09:11, Nils Gladitz wrote: The policy will likely have to be removed or replaced. I reverted the MAIN_DEPENDENCY specific CMP0057 commits and replaced the policy with an unrelated one that is part of my if-IN_LIST topic to fill the gap. This leaves the original issues that