mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
Don't use OpenSSL to compile curl
This commit is contained in:
parent
c9c4838641
commit
756f7173e1
1
third_party/CMakeLists.txt
vendored
1
third_party/CMakeLists.txt
vendored
@ -54,6 +54,7 @@ endif()
|
||||
|
||||
if(NOT USE_SHARED_CURL)
|
||||
set(BUILD_RELEASE_DEBUG_DIRS ON BOOL)
|
||||
set(CMAKE_USE_OPENSSL OFF CACHE BOOL "Use OpenSSL code. Experimental")
|
||||
add_subdirectory(curl)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user