[cmake-developers] [CMake 0015948]: CMake GUI crashes generating FLTK 1.3.3 project files on Windows 10

2016-01-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15948 == Reported By:Brian Raderman Assigned To:

[cmake-developers] [CMake 0015947]: CodeBlocks project with full paths

2016-01-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15947 == Reported By:Tyler Ryan Assigned To:

Re: [cmake-developers] "Inconsistent sizeofcmds" on Mac

2016-01-30 Thread Mike Gelfand
>>> Hello everyone, >>> >>> I’m using cmake 3.3.1 on Mac 10.10.4. I’m building an executable target on >>> Mac with the following settings: >>> >>> CMAKE_OSX_ARCHITECTURES = i386;x86_64 >>> CMAKE_OSX_DEPLOYMENT_TARGET = 10.5 >>> CMAKE_OSX_SYSROOT = .../MacOSX10.10.sdk >>> >>> Right after build,

Re: [cmake-developers] Namespaces

2016-01-30 Thread Stephen Kelly
Pau Garcia i Quiles wrote: > But that does not work unless I juggle with add_library(... IMPORTED) or I > use Hunter or alike. I did something like that a few months ago: https://github.com/Ableton/aqt-cassowary/blob/master/src/CMakeLists.txt However, that's not a pattern which scales I

Re: [cmake-developers] Review request: extract-cmMessenger branch

2016-01-30 Thread Stephen Kelly
Michael Scott wrote: >> * Make it possible to make add first-class handling of messages about >> missing packages (for example) to cmake-gui by making methods on >> cmMessenger virtual and subclassing > > This sounds like a good idea and makes a lot of sense. > > While working on the message

[cmake-developers] [CMake 0015949]: CMake 3.4.3 installer bug

2016-01-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15949 == Reported By:Srikanth Anantharam Assigned To:

Re: [cmake-developers] [PATCH] Proposed fix for bug 15183

2016-01-30 Thread Gregor Jasny via cmake-developers
Hello, On 13/01/16 12:13, Marko Kylmämaa wrote: > I would like to propose the following fix for bug 15183 ( > https://cmake.org/Bug/view.php?id=15183) > > For some reason the XcodeGenerator seemed to be setting the INSTALL_PATH > variable regardless of if it was initialized or not (which is done