[CMake] FIND_PACKAGE

Brad King brad.king at kitware.com
Fri Mar 4 13:34:40 EST 2005


David Somers wrote:
> On Friday 04 March 2005 19:21, Brad King wrote:
> 
>>The major.minor options are placeholders.  They are currently unused and
>>are ignored.  You can communicate with your find module by using variables:
> 
> 
> Thanks for the clarification.
> 
> Out of curiosity, will the major.minor options ever be implemented?

It probably won't take very long.  Please submit a feature request here:

http://www.cmake.org/Bug

Basically we could just make it set variables like 
FIND_PACKAGE_REQUEST_VERSION_MAJOR and 
FIND_PACKAGE_REQUEST_VERSION_MINOR before loading the find module.

-Brad


More information about the CMake mailing list