From 491b9b323a66b4bea2c7f9be64d43fbe62dbcf02 Mon Sep 17 00:00:00 2001 From: "lucas.sproule" Date: Fri, 3 Nov 2023 16:28:35 -0400 Subject: [PATCH] remove toml shit --- CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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"