We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b0673 commit 5b475d6Copy full SHA for 5b475d6
CMakeLists.txt
@@ -88,7 +88,7 @@ target_link_libraries(scratchcpp PRIVATE scratchcpp-audio)
88
89
if (LIBSCRATCHCPP_NETWORK_SUPPORT)
90
FetchContent_Declare(cpr GIT_REPOSITORY https://github.com/libcpr/cpr.git
91
- GIT_TAG 3b15fa82ea74739b574d705fea44959b58142eb8) # 1.10.5
+ GIT_TAG 225b7454877805f089b3895260438e929bd6d123) # 09-22-2024
92
FetchContent_MakeAvailable(cpr)
93
target_link_libraries(scratchcpp PRIVATE cpr::cpr)
94
target_compile_definitions(scratchcpp PRIVATE LIBSCRATCHCPP_NETWORK_SUPPORT)
0 commit comments