We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57b8c5 commit 6cce87eCopy full SHA for 6cce87e
components/mosquitto/CMakeLists.txt
@@ -81,7 +81,8 @@ idf_component_register(SRCS ${m_srcs}
81
PRIV_INCLUDE_DIRS port/priv_include port/priv_include/sys ${m_dir} ${m_src_dir}
82
${m_incl_dir} ${m_lib_dir} ${m_deps_dir}
83
INCLUDE_DIRS ${m_incl_dir} port/include
84
- PRIV_REQUIRES newlib esp-tls
+ REQUIRES esp-tls
85
+ PRIV_REQUIRES newlib
86
)
87
88
target_compile_definitions(${COMPONENT_LIB} PRIVATE "WITH_BROKER")
0 commit comments