[cmake-developers] speed up package with mingw on Windows host

2016-06-18 Thread laurent
Hello, I would like to share my experience about speed up package with BundleUtilities on Windows host using mingw32 env. My test setup : - Windows 7 - cmake 3.4.1 - msys2 i686-20160205 Currently my project take about 40 min to package. This is not acceptable. The

Re: [cmake-developers] FindPkgConfig and IMPORTED_TARGET in 3.6.0

2016-06-18 Thread Rolf Eike Beer
Ben Boeckel wrote: > Hi, > > Nils, the IMPORTED_TARGET feature in pkg_check_modules is nice! Thanks > for that. However, it is hidden behind the check that pkg_check_modules > uses to see if it already ran: > > if (NOT DEFINED __pkg_config_checked_${_prefix} OR > __pkg_config_checked_

[cmake-developers] How to set startup project in Visual Studio

2016-06-18 Thread Stephen Kelly
Hi, the outcome of https://cmake.org/Bug/view.php?id=15578 seems to be https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=78ec0461 a DIRECTORY property VS_STARTUP_PROJECT which sets the start up project in Visual Studio. I tried it in the 3.6 RC and it works fine if I set the property

[cmake-developers] CMake 32 and 64 bit packages on Windows

2016-06-18 Thread Stephen Kelly
Hi, I tried the CMake 3.6 RC on Windows yesterday. I initially downloaded the 64 bit version, and the installer uninstalled my CMake 3.5 (32 bit). Then, in my 'Visual Studio 14 2015 64 bit command prompt', the cmake executable was no longer found. I think the difference is that the 64 bit cmak

Re: [cmake-developers] [Patch] Two trivial patches fixing type in CPack/DEB testcase

2016-06-18 Thread mail6543210--- via cmake-developers
My bad. It's exactly a dot when that file is within an SELinux context. I forgot the backslash. Here're the refreshed patches. BR, Patrick 2016-06-16 20:45 GMT+08:00 Rolf Eike Beer : > Am 2016-06-16 13:37, schrieb mail6543210--- via cmake-developers: > >> Hi there, >> >> Here're two trivial pa