Re: [CMake] Find package with version numbers

2011-12-14 Thread Robert Dailey
gt; > Tim > > - Original Message - > From: "Alexander Neundorf" > To: cmake@cmake.org > Sent: Wednesday, December 14, 2011 5:11:45 PM > Subject: Re: [CMake] Find package with version numbers > > On Wednesday 14 December 2011, Robert Dailey wrote: > > Is

Re: [CMake] Find package with version numbers

2011-12-14 Thread Tim Gallagher
Boost takes arguments for versions of the library if you need a concrete example. Tim - Original Message - From: "Alexander Neundorf" To: cmake@cmake.org Sent: Wednesday, December 14, 2011 5:11:45 PM Subject: Re: [CMake] Find package with version numbers On Wednesday 14 Dec

Re: [CMake] Find package with version numbers

2011-12-14 Thread Alexander Neundorf
On Wednesday 14 December 2011, Robert Dailey wrote: > Is there any example of how to write a find module for find_package() that > utilizes version numbers? How is the version number passed into the > Find*.cmake module? The documentation on this is very confusing and > discusses creating a version

[CMake] Find package with version numbers

2011-12-14 Thread Robert Dailey
Is there any example of how to write a find module for find_package() that utilizes version numbers? How is the version number passed into the Find*.cmake module? The documentation on this is very confusing and discusses creating a version.cmake file. I looked in the CMake modules directory for an