From 1a1d5eb453509a2c730f56b0c1df3f7663017134 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Mon, 15 Apr 2024 09:48:18 -0400 Subject: [PATCH] Correct coloring of mod-nyq-bench in the modules graph --- cmake-proxies/cmake-modules/AudacityFunctions.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake-proxies/cmake-modules/AudacityFunctions.cmake b/cmake-proxies/cmake-modules/AudacityFunctions.cmake index f9f61823914e..6c96b541fb59 100644 --- a/cmake-proxies/cmake-modules/AudacityFunctions.cmake +++ b/cmake-proxies/cmake-modules/AudacityFunctions.cmake @@ -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 )