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 55c4658 commit 2e4bf31Copy full SHA for 2e4bf31
1 file changed
sources/external-libs/curlpp/CMakeLists.txt
@@ -72,9 +72,7 @@ endif(CMAKE_TOOLCHAIN_FILE)
72
73
ExternalProject_Add (curlpp_build
74
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
+ GIT_REPOSITORY https://github.com/jpbarrette/curlpp.git
78
GIT_TAG de69e17c10f481d8e60da30d47f902ca81e52341
79
GIT_CONFIG advice.detachedHead=false
80
PATCH_COMMAND ${CURLPP_PATHCMD}
0 commit comments