diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index f488477..66d037a 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -27,7 +27,7 @@ if(WIN32) # Install dlls in the same directory as the executable on Windows endif() FetchContent_Declare(cpr GIT_REPOSITORY https://github.com/libcpr/cpr.git - GIT_TAG 3b15fa82ea74739b574d705fea44959b58142eb8) + GIT_TAG 340acc5cdad624b9398827eec2832fe2fd05f966) FetchContent_MakeAvailable(cpr) target_include_directories(source PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}