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.



Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to