https://github.com/Kitware/CMake
Revision 5771f81d91d232a143345dc05835323f36ab7ecc authored by Stephen Kelly on 13 February 2014, 17:27:31 UTC, committed by Stephen Kelly on 24 February 2014, 15:43:24 UTC
Replace calls to GetLinkInformation with calls to a method to get only
the target closure, not the link languages etc.  The replaced calls
are used while evaluating generator expressions only.  This makes
transitive generator expression evaluation independent from
the languages of a target.  In a follow-up topic, it will be possible
to make the languages depend on generator expression evaluation, via
evaluation of the SOURCES and INTERFACE_SOURCES target properties.

Because the order of entries is not the same as the final link line,
the order of debug output is different in the RunCMake.CompatibleInterface
test, because the BOOL_PROP7 target property is evaluated first. Adjust
the test to account for that new order.
1 parent a6dd499
Raw File
Tip revision: 5771f81d91d232a143345dc05835323f36ab7ecc authored by Stephen Kelly on 13 February 2014, 17:27:31 UTC
cmTarget: Add GetTransitiveTargetClosure method.
Tip revision: 5771f81
CMakeGraphVizOptions.cmake
set(GRAPHVIZ_IGNORE_TARGETS "tartest;testSystemTools;testRegistry;testProcess;testIOS;testHashSTL;testFail;testCommandLineArguments;xrtest;LIBCURL;foo")
back to top