From 2d75822ed9a9f742fb7b202bd83bcda4f0c87f34 Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Mon, 16 Oct 2023 14:55:07 +0200 Subject: [PATCH] Use system distribution of cppzmq --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) 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