Skip to content

Commit 6ac10c3

Browse files
committed
Update cpr
1 parent a9b9568 commit 6ac10c3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

lib/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ if(NOT USE_SYSTEM_CPR)
2020
# make sure that static libraries (especially built cURL libs) can be linked properly
2121
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
2222

23-
# cannot use system cURL on bionic at the moment, PR with fix sent: https://github.com/libcpr/cpr/pull/696
24-
## there is no need to build our own libcurl
25-
## in fact, building it as a static lib creates a whole circus of problems, and also takes time
26-
#set(CPR_FORCE_USE_SYSTEM_CURL ON)
23+
# there is no need to build our own libcurl
24+
# in fact, building it as a static lib creates a whole circus of problems, and also takes time
25+
set(CPR_FORCE_USE_SYSTEM_CURL ON)
2726

2827
add_subdirectory(cpr)
2928

0 commit comments

Comments
 (0)