Hello, 

I would like to write a function called install_package which works like the 
find_package function, but for installation of external packages (thanks to 
ExternalProject). 
Thus, I would like to write modules InstallFoo.cmake so as to be able to call 
my function like this: 
install_package(Foo) # installation of Foo library 

Do you know if it is possible to implement such a thing? 
Is there another function I could study to understand how to do it? 
I tried to look at the implementation of the find_package function in my 
CMake's installation but I did not manage to find it. 

Cédric 
-- 

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to