mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-21 10:07:50 +08:00
13 lines
381 B
Diff
13 lines
381 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index eb0bc26b..f1409fc6 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -783,6 +783,7 @@ IF(ENABLE_DAP)
|
|
|
|
ADD_DEFINITIONS(-DCURL_STATICLIB=1)
|
|
INCLUDE_DIRECTORIES(${CURL_INCLUDE_DIRS})
|
|
+ LINK_LIBRARIES(${CURL_LIBRARIES})
|
|
|
|
# Check to see if CURLOPT_USERNAME is defined.
|
|
# It is present starting version 7.19.1.
|