Skip to content

Commit 6a01687

Browse files
committed
Use bundled cURL by default again until bug is fixed
libcpr/cpr#696
1 parent be7df38 commit 6a01687

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ if(NOT USE_SYSTEM_CPR)
1717
# long term goal is to replace the submodule in some way, e.g., by using prebuilt cpr binaries
1818
set(BUILD_SHARED_LIBS OFF)
1919

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)
20+
# cannot use system cURL on bionic at the moment, PR with fix sent: https://github.com/libcpr/cpr/pull/696
21+
## there is no need to build our own libcurl
22+
## 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)
2324

2425
add_subdirectory(cpr)
2526

0 commit comments

Comments
 (0)