Merge pull request #8984 from r2dliu/curl
Curl: For windows cmake builds, build curl with schannel/winssl capability
This commit is contained in:
commit
3d680ff2f6
|
@ -1,5 +1,7 @@
|
||||||
if(NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
|
if(CMAKE_SYSTEM_NAME MATCHES "Windows")
|
||||||
add_definitions(-DHAVE_CONFIG_H)
|
add_definitions(-DUSE_SCHANNEL -DUSE_WINDOWS_SSPI)
|
||||||
|
else()
|
||||||
|
add_definitions(-DHAVE_CONFIG_H)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include_directories(.)
|
include_directories(.)
|
||||||
|
|
Loading…
Reference in New Issue