File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,13 @@ add_library(core_http INTERFACE)
1616
1717target_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
2223if (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} )
2728endif ()
You can’t perform that action at this time.
0 commit comments