MantisBT - CMake
View Issue Details
0015638CMakeCMakepublic2015-07-04 08:392016-06-10 14:31
tim blechmann 
Kitware Robot 
normalminoralways
closedmoved 
 
 
0015638: interface libraries and --graphviz
currently interface libraries are not taken into account when visualising the dependencies via --graphviz
consider the following project:

-----------
project(foo)

add_library( a STATIC a.cpp )

add_library( b_interface INTERFACE )
target_link_libraries( b_interface INTERFACE a)

add_library( b STATIC b.cpp )
target_link_libraries( b PUBLIC b_interface )
-----------

expected behaviour: edge between a and b
actual behaviour: no edge between a and b
No tags attached.
related to 0015636closed Kitware Robot alias libraries and and --graphviz 
Issue History
2015-07-04 08:39tim blechmannNew Issue
2015-07-06 08:34Brad KingRelationship addedrelated to 0015636
2016-06-10 14:29Kitware RobotNote Added: 0042804
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042804)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.