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 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 MinGW Makefiles g

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 > > > 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] New property scope for install()ed files?

2014-05-19 Thread Brad King
On 05/16/2014 04:56 PM, Nils Gladitz wrote: > I write the properties file at generation time rather than configuration > time ... perhaps generator expressions could be allowed for keys? So far generator expressions are allowed only when the content will be evaluated on a per-configuration basis.

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 Kornel Benko
Am Montag, 19. Mai 2014 um 12:59:31, schrieb 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.cma

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 ([0-9]+

[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 'dpkg-shli

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