On 02/03/2016 02:39 PM, Adam Rankin wrote:
> So, is it expected that each project in a client's package
> will call find_package(xyz)?
> I am used to the top level CMakeLists finding all the dependencies,
> and then passing the information down into projects.

After calling find_package(xyz) the imported targets will be
visible in the directory where the call is made and below for
use with target_link_libraries.  The top level is sufficient
but not always necessary.  Transitive dependencies will still
be followed across directories even if the final dependent
cannot see the imported target directly.

-Brad
-- 

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-developers

Reply via email to