Re: [CMake] CMake 3.6 and OSX

2016-11-04 Thread Gregor Jasny via CMake
Hello, On 02/11/2016 06:01, Robert Ramey wrote: > Here is what I'm seeing: > > a) it looks like CMake is looking for boost_filesystem rather than > libboost as I expect. (same for system). > > b) even if I tweak findBoost to force the system to look for libboost... > it still fails > > b) If I

[CMake] [ANNOUNCE] CMake 3.7.0-rc3 now ready for testing!

2016-11-04 Thread Robert Maynard
I am proud to announce the third CMake 3.7 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.7 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.7/release/3.7.html Some of the more significant ch

Re: [CMake] Building CMake using CMake 3.6.3 fails.

2016-11-04 Thread Brad King
On 11/04/2016 03:23 AM, Andrew Maclean wrote: > To be more specific it only occurs when building the debug version of CMake. > Release is OK. VTK builds and VTK Wiki examples are OK. > > On Fri, Nov 4, 2016 at 5:57 PM, Andrew Maclean wrote: > > Windows 10 64-bit using ninja, Qt 5.7 MSVC 2105.

Re: [CMake] CMake 3.7.0-r2 Open Project sometimes picks wrong version of Visual Studio

2016-11-04 Thread Brad King
On 11/03/2016 06:04 PM, John Drescher wrote: > I opened a project in cmake-gui using the open project button from a > vc 2010 build of a project. The open project opened the project in > Visual Studio 2010. Later I opened the same project but a different > build tree for Visual Studio 2013 CMake-gu

Re: [CMake] License and copyright of https://cmake.org/Wiki/CMakeUserFindMySQL

2016-11-04 Thread Alan W. Irwin
On 2016-11-04 11:49+0100 Mateusz Kijowski wrote: Hi, I am the maintainer of mydumper package in Debian. I want to include https://cmake.org/Wiki/CMakeUserFindMySQL in the package, but I would need to include copyright and licensing information for this file. Do you have some kind of policy for

[CMake] License and copyright of https://cmake.org/Wiki/CMakeUserFindMySQL

2016-11-04 Thread Mateusz Kijowski
Hi, I am the maintainer of mydumper package in Debian. I want to include https://cmake.org/Wiki/CMakeUserFindMySQL in the package, but I would need to include copyright and licensing information for this file. Do you have some kind of policy for cases like this? Can I assume that Wiki content is

Re: [CMake] Building CMake using CMake 3.6.3 fails.

2016-11-04 Thread Andrew Maclean
To be more specific it only occurs when building the debug version of CMake. Release is OK. VTK builds and VTK Wiki examples are OK. On Fri, Nov 4, 2016 at 5:57 PM, Andrew Maclean wrote: > Windows 10 64-bit using ninja, Qt 5.7 MSVC 2105. > Building CMake with CMake 3.6.2 was OK. > Now using CMak