Re: [CMake] findpackage.cmake vs packageconfig.cmake

2010-08-11 Thread Mathieu Malaterre
On Tue, Aug 10, 2010 at 7:47 PM, Alexander Neundorf wrote: > On Tuesday 10 August 2010, Mathieu Malaterre wrote: >> Hi there, >> >>   I am trying to find a solution to find the openjpeg package. >> >>   In the 1.x version, openjpeg uses a makefile based build system. In >> this case I need to writ

Re: [CMake] findpackage.cmake vs packageconfig.cmake

2010-08-10 Thread Alexander Neundorf
On Tuesday 10 August 2010, Mathieu Malaterre wrote: > Hi there, > > I am trying to find a solution to find the openjpeg package. > > In the 1.x version, openjpeg uses a makefile based build system. In > this case I need to write a custom findopenjpeg.cmake file to discover > all required path.

Re: [CMake] findpackage.cmake vs packageconfig.cmake

2010-08-10 Thread Michael Wild
On 10. Aug, 2010, at 16:20 , Mathieu Malaterre wrote: > Hi there, > > I am trying to find a solution to find the openjpeg package. > > In the 1.x version, openjpeg uses a makefile based build system. In > this case I need to write a custom findopenjpeg.cmake file to discover > all required pa

[CMake] findpackage.cmake vs packageconfig.cmake

2010-08-10 Thread Mathieu Malaterre
Hi there, I am trying to find a solution to find the openjpeg package. In the 1.x version, openjpeg uses a makefile based build system. In this case I need to write a custom findopenjpeg.cmake file to discover all required path. However in the current 2.x version, openjpeg now uses cmake a