I have been using
        export_library_dependencies()
to incorporate library dependencies when generating configuration files for use with find_package()

However, I just discovered that this is a deprecated feature, and that
        install(EXPORT...)
should be used instead.

However, it is not clear to me how to incorporate dependencies when using the install(EXPORT) approach. Are we now supposed to do this manually, or am I missing something?

Thanks,

James

_______________________________________________
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