1
0
mirror of https://github.com/citra-emu/citra.git synced 2025-04-13 16:11:05 +00:00

externals: Use system curl on Unix/Apple.

This commit is contained in:
bunnei 2017-08-27 10:00:32 -04:00
parent 22fc378fe9
commit 53f9adecf9

@ -57,6 +57,9 @@ if (ENABLE_WEB_SERVICE)
# CPR
option(BUILD_TESTING OFF)
option(BUILD_CPR_TESTS OFF)
if(UNIX OR APPLE)
option(USE_SYSTEM_CURL ON)
endif()
add_subdirectory(cpr)
target_include_directories(cpr INTERFACE ./cpr/include)