Update curl linking
This commit is contained in:
1
3rdParty/curl/CMakeLists.txt
vendored
1
3rdParty/curl/CMakeLists.txt
vendored
@@ -45,4 +45,5 @@ function(LinkCurl TARGET)
|
||||
target_include_directories(${TARGET} PUBLIC ${CURL_INCLUDE_DIR})
|
||||
target_link_libraries(${TARGET} PUBLIC CURL::libcurl)
|
||||
endif ()
|
||||
target_compile_definitions(${TARGET} PRIVATE HAS_CURL)
|
||||
endfunction()
|
||||
Reference in New Issue
Block a user