Skip to content

Commit

Permalink
added missed SSL (https) support for building libcurl.lib and libcurl…
Browse files Browse the repository at this point in the history
….dll
  • Loading branch information
DeckerSU committed Mar 31, 2018
1 parent 1b6bafd commit 18575d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -259,3 +259,6 @@ build

.idea
Release/*

build_win64_release/*
DB/*
2 changes: 1 addition & 1 deletion marketmaker_build_depends.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ cd curl
mkdir build_msvc_2015_win32
mkdir build_msvc_2015_win64
cd build_msvc_2015_win64
cmake -G "Visual Studio 14 2015 Win64" ..
cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_USE_WINSSL:BOOL=ON ..
cmake --build . --config Release --target libcurl

rem cmake .. -G"Visual Studio 14 2015 Win64" -DCURL_STATICLIB=ON -DCURL_DISABLE_LDAP=ON -DCURL_STATIC_CRT=ON
Expand Down

0 comments on commit 18575d8

Please sign in to comment.