Skip to content

Commit 95ff62c

Browse files
lxbndrcompnerd
authored andcommitted
Adopt renamed CURL CMake option
`CMAKE_USE_WINSSL` was renamed to `CMAKE_USE_SCHANNEL`. Providing old option is considered an error now.
1 parent ba7e8d5 commit 95ff62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/caches/curl-windows.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# NOTE(compnerd) enable Windows' native SSL by default on Windows
2-
set(CMAKE_USE_WINSSL YES CACHE BOOL "")
2+
set(CMAKE_USE_SCHANNEL YES CACHE BOOL "")
33

0 commit comments

Comments
 (0)