mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
				synced 2025-11-04 04:27:48 +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