Skip to content

Commit 18ad348

Browse files
committed
Update libcurl build path after subtree update
Curl's build directory name has changed from `-winssl' to `-schannel`.
1 parent e68041a commit 18ad348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ set(LIBCURL_LD_PATH
221221
# Curl's win build root directory is not configurable.
222222
# The path built below is only constant for the subtree tag and the nmake
223223
# options below: ZLIB, IPv6, SSPI, WinSSL, plus IDN, not echoed in name.
224-
${LIBCURL_PATH_SRC}/builds/libcurl-vc-${TARCH}-${LIBCURL_BUILD_TYPE}-static-zlib-static-ipv6-sspi-winssl-obj-lib/
224+
${LIBCURL_PATH_SRC}/builds/libcurl-vc-${TARCH}-${LIBCURL_BUILD_TYPE}-static-zlib-static-ipv6-sspi-schannel-obj-lib/
225225
CACHE PATH "Lib curl load library path")
226226
set(LIBCURL_INC_PATH ${LIBCURL_PATH_SRC}/include CACHE PATH
227227
"Lib curl include path")

0 commit comments

Comments
 (0)