From 42cd4680d93697b2dca5762507a64b099ebaa843 Mon Sep 17 00:00:00 2001 From: Benjamin Kraft Date: Thu, 21 Dec 2023 10:03:01 +0100 Subject: [PATCH] update cpr version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7deceb7..8420cfa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ file(GLOB_RECURSE SRC_FILES src/**.cpp) add_executable(AdventOfCode2023 ${SRC_FILES}) include(FetchContent) -FetchContent_Declare(cpr GIT_REPOSITORY https://github.com/libcpr/cpr.git GIT_TAG 100cf2050be7619430a615cd0d580b33c62fde6b) +FetchContent_Declare(cpr GIT_REPOSITORY https://github.com/libcpr/cpr.git GIT_TAG 3b15fa8) FetchContent_MakeAvailable(cpr) target_link_libraries(AdventOfCode2023 cpr::cpr) \ No newline at end of file