mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-20 11:44:49 +00:00
Don't use quotes when expanding DEPENDENCIES
This commit is contained in:
@@ -30,7 +30,7 @@ set_target_properties(cppkafka PROPERTIES VERSION ${CPPKAFKA_VERSION}
|
|||||||
set(DEPENDENCIES ${RDKAFKA_LIBRARY})
|
set(DEPENDENCIES ${RDKAFKA_LIBRARY})
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
# On windows ntohs and related are in ws2_32
|
# On windows ntohs and related are in ws2_32
|
||||||
set(DEPENDENCIES "${DEPENDENCIES} ws2_32.lib")
|
set(DEPENDENCIES ${DEPENDENCIES} ws2_32.lib)
|
||||||
endif()
|
endif()
|
||||||
target_link_libraries(cppkafka ${DEPENDENCIES})
|
target_link_libraries(cppkafka ${DEPENDENCIES})
|
||||||
target_include_directories(cppkafka PUBLIC ${PROJECT_SOURCE_DIR}/include)
|
target_include_directories(cppkafka PUBLIC ${PROJECT_SOURCE_DIR}/include)
|
||||||
|
|||||||
Reference in New Issue
Block a user