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