Skip to content

Commit b1fd51b

Browse files
author
czjaso
committed
Fix formatting.
1 parent 187f4b5 commit b1fd51b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ add_library(core_http INTERFACE)
1616

1717
target_sources(core_http INTERFACE ${HTTP_SOURCES})
1818

19-
target_include_directories(core_http INTERFACE ${HTTP_INCLUDE_NO_INTERFACE_PUBLIC_DIRS})
19+
target_include_directories(core_http
20+
INTERFACE ${HTTP_INCLUDE_NO_INTERFACE_PUBLIC_DIRS})
2021

21-
# Separate transport interface library
22+
# Separate transport interface library to prevent conflicts with coreMQTT
2223
if(NOT TARGET coremqtt_corehttp_transport_interface)
23-
add_library(coremqtt_corehttp_transport_interface INTERFACE)
24+
add_library(coremqtt_corehttp_transport_interface INTERFACE)
2425

25-
target_include_directories(coremqtt_corehttp_transport_interface INTERFACE
26-
${HTTP_TRANSPORT_INTERFACE_INCLUDE_DIRS})
26+
target_include_directories(coremqtt_corehttp_transport_interface
27+
INTERFACE ${HTTP_TRANSPORT_INTERFACE_INCLUDE_DIRS})
2728
endif()

0 commit comments

Comments
 (0)