We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e1138 commit 4fdb065Copy full SHA for 4fdb065
src/extern/solveCurlpp.cmake
@@ -7,9 +7,8 @@ if(ATTA_SYSTEM_NAME MATCHES "Linux")
7
FetchContent_Declare(
8
curlpp
9
GIT_REPOSITORY "https://github.com/jpbarrette/curlpp"
10
- GIT_TAG "v0.8.1"
+ GIT_TAG "d080e301ec71061c46049d23fedfb8106be3153f"
11
GIT_PROGRESS TRUE
12
- GIT_SHALLOW TRUE
13
)
14
atta_log(Info Extern "Fetching curlpp...")
15
atta_FetchContent_MakeAvailable(curlpp)
0 commit comments