[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-commits] CMake branch, next, updated. v3.5.0-rc1-53-gc4e3666

2016-02-07 Thread Gregor Jasny via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, next has been updated via c4e3666047f50c16673ab70c66b57046995052b5 (commit) via

[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:

Re: [CMake] [cmake-developers] Drop support for older Xcode versions?

2016-02-07 Thread Michael Jackson
What is the oldest version of OS X that CMake actually runs on? I guess I would support the last version of Xcode that actually ran on that platform. In reality this is probably 10.6.8? But At the next major update of CMake (3.5 or 3.6) I would actually draw a line in the sand and pump that up

Re: [CMake] ExternalProject question

2016-02-07 Thread Nicholas Braden
You will need to look at their building documentation to find how to set those preferences when building with CMake. On Sat, Feb 6, 2016 at 11:47 PM, vadtec wrote: > I'm using ExternalProject to build external dependencies. curl provides a > cmake build process, but I cannot

[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

[CMake] Find correct boost among peers

2016-02-07 Thread B. Scott Harper
I have several versions of boost downloaded on my machine inside a "thirdparty" directory. Different projects rely on various versions. I am trying to find a later version than the first version in that collection. I have gotten the closest by using a file(GLOB ...) as follows: file(GLOB