Skip to content

Commit

Permalink
remove toml shit
Browse files Browse the repository at this point in the history
  • Loading branch information
lsproule committed Nov 3, 2023
1 parent 73bf330 commit 491b9b3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 491b9b3

Please sign in to comment.