> In KDE we're starting to use install(EXPORTS) and config files. We are > building libraries with dependencies on one another which are in different > export sets. > > Different export sets are needed to create different Targets files, which > can be included in different Config files. If the attached example were > more complete, there would be a oneConfig.cmake which includes > oneDeps.cmake, and a twoConfig.cmake which includes twoDeps.cmake. > > At cmake time we get this error: > > CMake Error: INSTALL(EXPORT "twoDeps" ...) includes target "libtwo" which > requires target "libone" that is not in the export set. > > How can we resolve this?
http://public.kitware.com/Bug/view.php?id=12588 Brad asked to bring this up on the list for discussion. Is this situation resolvable? Thanks, Steve. -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
