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 e5bed39 commit ba3377bCopy full SHA for ba3377b
components/mosquitto/CMakeLists.txt
@@ -92,7 +92,7 @@ target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
92
93
# Enable linker wrapping for mosquitto_unpwd_check to allow connection callback interception
94
# without modifying upstream code
95
-target_link_options(${COMPONENT_LIB} PRIVATE "-Wl,--wrap=mosquitto_unpwd_check")
+target_link_options(${COMPONENT_LIB} INTERFACE "-Wl,--wrap=mosquitto_unpwd_check")
96
97
# Some mosquitto source unconditionally define `_GNU_SOURCE` which collides with IDF build system
98
# producing warning: "_GNU_SOURCE" redefined
0 commit comments