diff --git a/CMakeLists.txt b/CMakeLists.txt index 899a1d3..76873a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,13 +6,6 @@ add_compile_options(-Wall -Wextra -pedantic) include(FetchContent) -FetchContent_Declare( - cppzmq - GIT_REPOSITORY https://github.com/zeromq/cppzmq.git - GIT_TAG v4.10.0 -) -FetchContent_MakeAvailable(cppzmq) - FetchContent_Declare( tomlplusplus GIT_REPOSITORY https://github.com/marzer/tomlplusplus.git