Skip to content

Commit

Permalink
Try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallou committed Jan 14, 2025
1 parent 855e805 commit 7148cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/external-libs/curlpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ endif(CMAKE_TOOLCHAIN_FILE)

ExternalProject_Add (curlpp_build
DEPENDS curl_build
GIT_REPOSITORY https://github.com/jpbarrette/curlpp.git
GIT_TAG 8840ec806a75a6def9ed07845a620f6d170e5821
GIT_REPOSITORY https://github.com/brunotl/curlpp/
GIT_TAG 17f46eb17f3ca138874e262c2dccbda658e34e14
GIT_CONFIG advice.detachedHead=false
PATCH_COMMAND ${CURLPP_PATHCMD}
PREFIX ${CURLPP_ROOT}
Expand Down

0 comments on commit 7148cbd

Please sign in to comment.