We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7df38 commit 6a01687Copy full SHA for 6a01687
lib/CMakeLists.txt
@@ -17,9 +17,10 @@ if(NOT USE_SYSTEM_CPR)
17
# long term goal is to replace the submodule in some way, e.g., by using prebuilt cpr binaries
18
set(BUILD_SHARED_LIBS OFF)
19
20
- # there is no need to build our own libcurl
21
- # in fact, building it as a static lib creates a whole circus of problems, and also takes time
22
- set(CPR_FORCE_USE_SYSTEM_CURL ON)
+ # cannot use system cURL on bionic at the moment, PR with fix sent: https://github.com/libcpr/cpr/pull/696
+ ## there is no need to build our own libcurl
+ ## in fact, building it as a static lib creates a whole circus of problems, and also takes time
23
+ #set(CPR_FORCE_USE_SYSTEM_CURL ON)
24
25
add_subdirectory(cpr)
26
0 commit comments