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)