Re: [CMake] PKGCONFIG("dbus-1 >= 1.0.0" ...) should also possible

2007-01-13 Thread Alexander Neundorf
Von: Claus Klein <[EMAIL PROTECTED]> > I have reviewed the code of the new FindPkgConfig.cmake and I think, the > version check part: > line209,242 > - > # check whether version is given > if (_pkg_check_modules_pkg MATCHES ".*(

Re: [CMake] PKGCONFIG("dbus-1 >= 1.0.0" ...) should also possible

2007-01-12 Thread Claus Klein
On Friday 12 January 2007 08:43, Alexander Neundorf wrote: > > Von: Claus Klein <[EMAIL PROTECTED]> > > > Hi, > > > > to be more flexible, here is a patch for UsePkgConfig.cmake > > > > # PKGCONFIG("dbus-1 >= 1.0.0" ...) is now also possible. > > > > # Optional, for stage building, the > >

Re: [CMake] PKGCONFIG("dbus-1 >= 1.0.0" ...) should also possible

2007-01-12 Thread Claus Klein
On Friday 12 January 2007 11:39, Axel Roebel wrote: > On Friday 12 January 2007 10:17, Claus Klein wrote: > > On Friday 12 January 2007 08:43, Alexander Neundorf wrote: > > > Von: Claus Klein <[EMAIL PROTECTED]> > > > > > > > Hi, > > > > > > > > to be more flexible, here is a patch for UsePkgConfig

Re: [CMake] PKGCONFIG("dbus-1 >= 1.0.0" ...) should also possible

2007-01-12 Thread Axel Roebel
On Friday 12 January 2007 10:17, Claus Klein wrote: > On Friday 12 January 2007 08:43, Alexander Neundorf wrote: > > Von: Claus Klein <[EMAIL PROTECTED]> > > > > > Hi, > > > > > > to be more flexible, here is a patch for UsePkgConfig.cmake > > > > > > # PKGCONFIG("dbus-1 >= 1.0.0" ...) is now als

Re: [CMake] PKGCONFIG("dbus-1 >= 1.0.0" ...) should also possible

2007-01-12 Thread Claus Klein
On Friday 12 January 2007 08:43, Alexander Neundorf wrote: > > Von: Claus Klein <[EMAIL PROTECTED]> > > > Hi, > > > > to be more flexible, here is a patch for UsePkgConfig.cmake > > > > # PKGCONFIG("dbus-1 >= 1.0.0" ...) is now also possible. > > > > # Optional, for stage building, the > >

Re: [CMake] PKGCONFIG("dbus-1 >= 1.0.0" ...) should also possible

2007-01-11 Thread Alexander Neundorf
Von: Claus Klein <[EMAIL PROTECTED]> > Hi, > > to be more flexible, here is a patch for UsePkgConfig.cmake > > # PKGCONFIG("dbus-1 >= 1.0.0" ...) is now also possible. > > # Optional, for stage building, the > # PKGCONFIG_OPTIONS and PKG_CONFIG_PATH environment variable are used ... Th

[CMake] PKGCONFIG("dbus-1 >= 1.0.0" ...) should also possible

2007-01-11 Thread Claus Klein
Hi, to be more flexible, here is a patch for UsePkgConfig.cmake # PKGCONFIG("dbus-1 >= 1.0.0" ...) is now also possible. # Optional, for stage building, the # PKGCONFIG_OPTIONS and PKG_CONFIG_PATH environment variable are used if set! # see man pkg-config for more info; ck e.g. PKG_CONFIG