Skip to content

Commit b3c4dac

Browse files
author
czjaso
committed
Fix INTERFACE library link
1 parent a451ed6 commit b3c4dac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ if(NOT TARGET coremqtt_corehttp_transport_interface)
2727
INTERFACE ${HTTP_TRANSPORT_INTERFACE_INCLUDE_DIRS})
2828
endif()
2929

30-
target_link_libraries(core_http PUBLIC coremqtt_corehttp_transport_interface)
30+
target_link_libraries(core_http INTERFACE coremqtt_corehttp_transport_interface)

0 commit comments

Comments
 (0)