Am Friday 02 July 2010 schrieb Diablo 666: > Hi, > > the last problem for today :) > > Assuming I develop a project called Foobar, which consists of some > libraries only. To make using these libraries easier, I'd like to create a > FindFoobar.cmake file to use with FIND_PACKAGE(). > > The problem is that I have a lot of clients which can't install the > libraries as root, so have to support non-root installations. How can I > use my FindFoobar.cmake file from other projects without having it > installed as root? It should be as easy to use as possible.
Check also in $ENV{LIBFOOBAR_DIR}/lib. User can set this to whatever he likes
when he runs CMake for the first time in this project.
Eike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ 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
