mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 09:40:06 +00:00
externals: Use system curl on Unix/Apple.
This commit is contained in:
parent
22fc378fe9
commit
53f9adecf9
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
@ -57,6 +57,9 @@ if (ENABLE_WEB_SERVICE)
|
|||||||
# CPR
|
# CPR
|
||||||
option(BUILD_TESTING OFF)
|
option(BUILD_TESTING OFF)
|
||||||
option(BUILD_CPR_TESTS OFF)
|
option(BUILD_CPR_TESTS OFF)
|
||||||
|
if(UNIX OR APPLE)
|
||||||
|
option(USE_SYSTEM_CURL ON)
|
||||||
|
endif()
|
||||||
add_subdirectory(cpr)
|
add_subdirectory(cpr)
|
||||||
target_include_directories(cpr INTERFACE ./cpr/include)
|
target_include_directories(cpr INTERFACE ./cpr/include)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user