diff --git a/CMakeLists.txt b/CMakeLists.txt index 395b11d..52876db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,11 +22,7 @@ FetchContent_Declare( GIT_REPOSITORY "https://github.com/nlohmann/json.git" GIT_TAG "origin/master" ) -FetchContent_Declare( - tomlplusplus - GIT_REPOSITORY "https://github.com/marzer/tomlplusplus.git" - GIT_TAG "v3.4.0" -) + FetchContent_Declare( curl GIT_REPOSITORY "https://github.com/curl/curl.git"