Skip to content

Commit 6cce87e

Browse files
committed
fix(mosq): Fix dependency issues moving esp-tls to public deps
Since esp-tls structs are using in public header files
1 parent d57b8c5 commit 6cce87e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/mosquitto/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ idf_component_register(SRCS ${m_srcs}
8181
PRIV_INCLUDE_DIRS port/priv_include port/priv_include/sys ${m_dir} ${m_src_dir}
8282
${m_incl_dir} ${m_lib_dir} ${m_deps_dir}
8383
INCLUDE_DIRS ${m_incl_dir} port/include
84-
PRIV_REQUIRES newlib esp-tls
84+
REQUIRES esp-tls
85+
PRIV_REQUIRES newlib
8586
)
8687

8788
target_compile_definitions(${COMPONENT_LIB} PRIVATE "WITH_BROKER")

0 commit comments

Comments
 (0)