[cmake-developers] [CMake 0015959]: Using CMake-Gui to run generate for Windows followed by generate for Unix generates incorrect Unix makefiles

2016-02-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15959 == Reported By:Jon Kristensen Assigned To:

Re: [cmake-developers] [PATCH] Bug fix: Dylibs inside .framework folders fails in BundleUtilities.cmake.

2016-02-07 Thread Christian Askeland
> On 5. feb. 2016, at 16.22, Brad King wrote: > > On 02/04/2016 01:34 PM, Christian Askeland wrote: >> The specific cause is when e.g. >> >> /Library/Frameworks/GStreamer.framework/Versions/1.0/lib/libgio-2.0.0.dylib >> >> is detected by fixup_bundle.

[cmake-developers] [PATCH] Help: fix mistake in cmake-buildsystem(7)

2016-02-07 Thread Paul Wilkinson
The COMPATIBLE_INTERFACE_NUMBER_MAX example now sets INTERFACE_CONTAINER_SIZE_REQUIRED on lib1Version2 and lib1Version3 (it previously set it on lib1Version2 twice and never on lib1Version3. Probably a copy-paste mistake?) --- Help/manual/cmake-buildsystem.7.rst | 2 +- 1 file changed, 1

[cmake-developers] [CMake 0015957]: cmake-gui.1 man page should not be installed unless --qt-gui is given

2016-02-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15957 == Reported By:Orion Poplawski Assigned To:

[cmake-developers] [CMake 0015956]: TryCompile generation of cmake failed

2016-02-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15956 == Reported By:davidk Assigned To:

[cmake-developers] [CMake 0015958]: ctest FTP failure

2016-02-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15958 == Reported By:Orion Poplawski Assigned To:

[cmake-developers] Visual Studio 2015 Makefile Project (GDB)

2016-02-07 Thread Cedric Perthuis
Hi, Visual studio has a new interesting extension which adds the project type "Makefile Project (GDB)". I am interested in exploring adding this project type to cmake, and probably to the Visual Studio 2015 generator. It's used to build and debug a program using GDB over an SSH connection, it's

Re: [cmake-developers] Visual Studio 2015 Makefile Project (GDB)

2016-02-07 Thread Cedric Perthuis
I did some experiments, and I think it's a bit easier than I thought. I don't think I need to generate the linux makefile from the Visual Studio generator on windows. I would just add few new cmake options for the Visual Studio GDB project type and among those the "build command" option. And as a