On 07/01/2013 09:07 AM, Brad King wrote: > The file Sean sent has the target and looks okay to me.
On further investigation, the file Sean sent me shows the problem. The deps_shared_iface2 target that gets the linker error has no dependency chain that leads to excludedFromAll. AFAICT it has only been passing due to luck in build order on the other generators. I think this is a real bug in the code, probably in commit http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=30962029 AddInterfaceDepends gets the dependencies from the immediate link interface but not the whole link interface transitive closure. -Brad -- 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
