Re: [CMake] Q: cmExportFileGenerator::GenerateImportedFileCheckLoop

2012-03-13 Thread Brad King
On 3/13/2012 1:10 PM, Alexander Neundorf wrote: One option for cmake 2.8.8 would be, instead of erroring out to consider the package not found. That's a nice use case for the new _FOUND behavior we've discussed. The package configuration file would have to cooperate with the cmake- generated ta

Re: [CMake] Q: cmExportFileGenerator::GenerateImportedFileCheckLoop

2012-03-13 Thread David Cole
On Tue, Mar 13, 2012 at 1:10 PM, Alexander Neundorf wrote: > On Tuesday 13 March 2012, Mathieu Malaterre wrote: >> On Mon, Mar 12, 2012 at 9:33 PM, Alexander Neundorf >> >> wrote: >> > On Monday 12 March 2012, Mathieu Malaterre wrote: >> >> Hi there, >> >> >> >>   CMake 2.8.7 recently added a new

Re: [CMake] Q: cmExportFileGenerator::GenerateImportedFileCheckLoop

2012-03-13 Thread Alexander Neundorf
On Tuesday 13 March 2012, Mathieu Malaterre wrote: > On Mon, Mar 12, 2012 at 9:33 PM, Alexander Neundorf > > wrote: > > On Monday 12 March 2012, Mathieu Malaterre wrote: > >> Hi there, > >> > >> CMake 2.8.7 recently added a new behavior when reading export files: > >> > >> http://cmake.org/gi

Re: [CMake] Code and API review request for Qt5 CMake files

2012-03-13 Thread Michael Hertling
On 03/05/2012 01:35 AM, Stephen Kelly wrote: > Michael Hertling wrote: > >> Suppose the Qt folks decide that Qt5's core module doesn't need to >> be explicitly requested because it is prerequisite for everything >> else. > > Just to disseminate information here, this is already the case. > > You

Re: [CMake] Code and API review request for Qt5 CMake files

2012-03-13 Thread Michael Hertling
On 03/10/2012 02:25 PM, Alexander Neundorf wrote: > On Friday 09 March 2012, Michael Hertling wrote: >> On 03/05/2012 02:04 AM, Stephen Kelly wrote: > ... >>> I don't actually see the problem with checking Qt5_XYZ_FOUND. Unset >>> variables are well defined as false in the if() command. Maybe I >>>

Re: [CMake] Using cmake to build & link to autotools based project

2012-03-13 Thread Michael Hertling
On 03/13/2012 10:10 AM, Kurien Mathew wrote: > Hello, > > I have a solution (collection of projects) that is built using cmake. In this > solution some projects depend on 3rd party projects that use gnu autotools. I > would like to build and link to these autotools based projects from the cmake

Re: [CMake] Q: cmExportFileGenerator::GenerateImportedFileCheckLoop

2012-03-13 Thread Mathieu Malaterre
On Mon, Mar 12, 2012 at 9:33 PM, Alexander Neundorf wrote: > On Monday 12 March 2012, Mathieu Malaterre wrote: >> Hi there, >> >>   CMake 2.8.7 recently added a new behavior when reading export files: >> >> http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a2be068c >> >>   I perfectly understand

[CMake] Using cmake to build & link to autotools based project

2012-03-13 Thread Kurien Mathew
Hello, I have a solution (collection of projects) that is built using cmake. In this solution some projects depend on 3rd party projects that use gnu autotools. I would like to build and link to these autotools based projects from the cmake build. Where can I find additional information on thi