Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #8984 from r2dliu/curl
Curl: For windows cmake builds, build curl with schannel/winssl capability
  • Loading branch information
lioncash committed Jul 28, 2020
2 parents b354e34 + 7bf9fea commit 3d680ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Externals/curl/lib/CMakeLists.txt
@@ -1,5 +1,7 @@
if(NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
add_definitions(-DHAVE_CONFIG_H)
if(CMAKE_SYSTEM_NAME MATCHES "Windows")
add_definitions(-DUSE_SCHANNEL -DUSE_WINDOWS_SSPI)
else()
add_definitions(-DHAVE_CONFIG_H)
endif()

include_directories(.)
Expand Down

0 comments on commit 3d680ff

Please sign in to comment.