[cmake-developers] [CMake 0014921]: No way to exclude a component install() from a full installation

2014-05-19 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14921 == Reported By:Nick Lewis Assigned To:

[cmake-developers] dpkg-shlibdeps

2014-05-19 Thread Kornel Benko
I am using CPACK with set(CPACK_DEBIAN_PACKAGE_DEBUG ON) There is one offending output CPackDeb Debug: dpkg-shlibdeps version is Looking into CPackDeb.cmake, the regex for getting the version searches 'dpkg-shlibdeps version ([0-9]+\\.[0-9]+\\.[0-9]+)' from output of

Re: [cmake-developers] dpkg-shlibdeps

2014-05-19 Thread Nils Gladitz
On 05/19/2014 12:50 PM, Kornel Benko wrote: I am using CPACK with set(CPACK_DEBIAN_PACKAGE_DEBUG ON) There is one offending output CPackDeb Debug: dpkg-shlibdeps version is Looking into CPackDeb.cmake, the regex for getting the version searches 'dpkg-shlibdeps version

Re: [cmake-developers] dpkg-shlibdeps

2014-05-19 Thread Kornel Benko
Am Montag, 19. Mai 2014 um 12:59:31, schrieb Nils Gladitz nilsglad...@gmail.com On 05/19/2014 12:50 PM, Kornel Benko wrote: I am using CPACK with set(CPACK_DEBIAN_PACKAGE_DEBUG ON) There is one offending output CPackDeb Debug: dpkg-shlibdeps version is Looking into

Re: [cmake-developers] Building with cmake on MSYS/MinGW

2014-05-19 Thread Brad King
On 05/18/2014 04:47 AM, Greg Jung wrote: I'm trying to get cmake to build on a MSYS/Mingw system. We have nightly testing of building CMake itself using both the MSYS Makefiles generator and the MinGW Makefiles generator. We even test running the bootstrap script on MSYS. What is not working

Re: [cmake-developers] dpkg-shlibdeps

2014-05-19 Thread Alexander Neundorf
On Monday, May 19, 2014 13:06:17 Kornel Benko wrote: Am Montag, 19. Mai 2014 um 12:59:31, schrieb Nils Gladitz nilsglad...@gmail.com On 05/19/2014 12:50 PM, Kornel Benko wrote: I am using CPACK with set(CPACK_DEBIAN_PACKAGE_DEBUG ON) There is one offending output

Re: [cmake-developers] Building with cmake on MSYS/MinGW

2014-05-19 Thread Greg Jung
Thanks for your help. On Mon, May 19, 2014 at 6:37 AM, Brad King brad.k...@kitware.com wrote: On 05/18/2014 04:47 AM, Greg Jung wrote: I'm trying to get cmake to build on a MSYS/Mingw system. We have nightly testing of building CMake itself using both the MSYS Makefiles generator and the