Just wanted to say : great job on the find_package interface !

This is extremely convenient to use for package using cmake as build package.
All I had to do is configure a *Config.cmake and a
*ConfigVersion.cmake file. And then from the outside I can simply
find_package(MyPackage HINTS $ENV{MyPackage_ROOT})

-> No need to write a FindMyPackage.cmake
-> *Congif.cmake files are auto-magically found
-> Version is automatically taken into account.
-> I can easily configure/build, thanks to a simple env var.

Thank you !
-- 
Mathieu
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to