comparison Resources/CMake/LibCurlConfiguration.cmake @ 1533:0011cc99443c

improving HTTPS support
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Aug 2015 17:52:10 +0200
parents b5eb5210af91
children 1b03676d68c2
comparison
equal deleted inserted replaced
1532:b5eb5210af91 1533:0011cc99443c
39 #-DHAVE_LIBSSL=1 39 #-DHAVE_LIBSSL=1
40 -DUSE_OPENSSL=1 40 -DUSE_OPENSSL=1
41 -DUSE_SSLEAY=1 41 -DUSE_SSLEAY=1
42 ) 42 )
43 endif() 43 endif()
44
45 file(WRITE ${CURL_SOURCES_DIR}/lib/curl_config.h "")
44 46
45 if (MSVC) 47 if (MSVC)
46 #add_definitions( 48 #add_definitions(
47 # -DHAVE_BOOL_T=1 49 # -DHAVE_BOOL_T=1
48 # ) 50 # )