Skip to content

Commit

Permalink
#938: travis fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Oct 10, 2019
1 parent e31e362 commit c21c6a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,8 @@ endif()
set(CMAKE_USE_OPENSSL OFF CACHE BOOL "" )
set(HTTP_ONLY ON CACHE BOOL "")
set(BUILD_CURL_EXE OFF CACHE BOOL "")
#add_definitions(-DCURL_STATICLIB)
set(CURL_CA_BUNDLE "none" CACHE STRING "")
set(CURL_CA_PATH "none" CACHE STRING "")

add_subdirectory(${THIRDPARTY_DIR}/curl)

Expand Down

0 comments on commit c21c6a3

Please sign in to comment.