Skip to content

Commit

Permalink
Correct coloring of mod-nyq-bench in the modules graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Licameli committed Apr 16, 2024
1 parent 722faba commit 1a1d5eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake-proxies/cmake-modules/AudacityFunctions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ function (propagate_interesting_dependencies target direct_dependencies )
if ( NOT TARGET "${direct_dependency}" )
continue()
endif ()
canonicalize_node_name( direct_dependency "${direct_dependency}" )
get_target_property( more_dependencies
${direct_dependency} AUDACITY_GRAPH_DEPENDENCIES )
if ( more_dependencies )
Expand Down

0 comments on commit 1a1d5eb

Please sign in to comment.