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 491b9b3 commit 812bd78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ FetchContent_Declare(

FetchContent_MakeAvailable(nlohmann_json)
FetchContent_MakeAvailable(cxxopts)
FetchContent_MakeAvailable(tomlplusplus)
FetchContent_MakeAvailable(curl)
FetchContent_MakeAvailable(termcolor)

Expand Down Expand Up @@ -102,7 +101,6 @@ endif()
target_link_libraries(${PROJECT_NAME} curl)
target_link_libraries(${PROJECT_NAME} cxxopts)
target_link_libraries(${PROJECT_NAME} nlohmann_json)
target_link_libraries(${PROJECT_NAME} tomlplusplus::tomlplusplus)
target_link_libraries(${PROJECT_NAME} termcolor::termcolor)

set(SOURCE_DIR src)
Expand Down

0 comments on commit 812bd78

Please sign in to comment.