Skip to content

Commit 2e4bf31

Browse files
committed
Fix curlpp
1 parent 55c4658 commit 2e4bf31

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

sources/external-libs/curlpp/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ endif(CMAKE_TOOLCHAIN_FILE)
7272

7373
ExternalProject_Add (curlpp_build
7474
DEPENDS curl_build
75-
# GIT_REPOSITORY https://github.com/jpbarrette/curlpp.git
76-
# GIT_TAG d080e301ec71061c46049d23fedfb8106be3153f
77-
GIT_REPOSITORY https://github.com/mikomikotaishi/curlpp.git
75+
GIT_REPOSITORY https://github.com/jpbarrette/curlpp.git
7876
GIT_TAG de69e17c10f481d8e60da30d47f902ca81e52341
7977
GIT_CONFIG advice.detachedHead=false
8078
PATCH_COMMAND ${CURLPP_PATHCMD}

0 commit comments

Comments
 (0)