View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015638CMakeCMakepublic2015-07-04 08:392016-06-10 14:31
Reportertim blechmann 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0015638: interface libraries and --graphviz
Descriptioncurrently interface libraries are not taken into account when visualising the dependencies via --graphviz
Steps To Reproduceconsider 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
TagsNo tags attached.
Attached Files

 Relationships
related to 0015636closedKitware Robot alias libraries and and --graphviz 

  Notes
(0042804)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2015-07-04 08:39 tim blechmann New Issue
2015-07-06 08:34 Brad King Relationship added related to 0015636
2016-06-10 14:29 Kitware Robot Note Added: 0042804
2016-06-10 14:29 Kitware Robot Status new => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:29 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team