From 97e3b09476a30749cad69afb2b020400693cc262 Mon Sep 17 00:00:00 2001 From: William Emfinger Date: Tue, 5 Mar 2024 10:28:02 -0600 Subject: [PATCH] fix(monitor): fix monitor priv_requires tabulate to be public --- components/monitor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/monitor/CMakeLists.txt b/components/monitor/CMakeLists.txt index 2f6ff6eff..8e01f3159 100644 --- a/components/monitor/CMakeLists.txt +++ b/components/monitor/CMakeLists.txt @@ -1,3 +1,3 @@ idf_component_register( INCLUDE_DIRS "include" - PRIV_REQUIRES base_component task tabulate) + REQUIRES base_component task tabulate)