[CMake] Re: FindBoost.cmake: please test

Filipe Sousa natros at gmail.com
Mon Jan 21 14:24:39 EST 2008


Brad King wrote:
> Andreas Pakulat wrote:
> 
> I've just implemented the request in 1645 in CMake HEAD.  If you call
> 
>   find_package(Boost 1.34.1)

I guess this would try to find, at least, boost version 1.34.1 but there
is no way to tell that I want the exact version. Some support for
operators would be interesting, something like

find_package(Boost =1.34.1) or EQUAL 1.34.1
find_package(Boost >1.34.1) or GREATER 1.34.1
find_package(Boost <1.34.1)
find_package(Boost >=1.34.1)

find_package(Boost 1.34.1 BETWEEN 1.35.0)

I don't know if the last one makes any sense.



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://public.kitware.com/pipermail/cmake/attachments/20080121/e28e532b/signature.pgp


More information about the CMake mailing list