fix curl build

This commit is contained in:
R2DLiu 2020-07-25 22:35:32 -04:00
commit c4a8a2e296

View file

@ -1,5 +1,7 @@
if(NOT CMAKE_SYSTEM_NAME MATCHES "Windows") if(NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
add_definitions(-DHAVE_CONFIG_H) add_definitions(-DHAVE_CONFIG_H)
else()
add_definitions(-DUSE_SCHANNEL -DUSE_WINDOWS_SSPI)
endif() endif()
include_directories(.) include_directories(.)