Use system distribution of cppzmq
continuous-integration/drone/push Build is passing Details

pull/1/head
Clément FRÉVILLE 2 years ago
parent d12b9fecc4
commit 2d75822ed9

@ -6,13 +6,6 @@ add_compile_options(-Wall -Wextra -pedantic)
include(FetchContent) include(FetchContent)
FetchContent_Declare(
cppzmq
GIT_REPOSITORY https://github.com/zeromq/cppzmq.git
GIT_TAG v4.10.0
)
FetchContent_MakeAvailable(cppzmq)
FetchContent_Declare( FetchContent_Declare(
tomlplusplus tomlplusplus
GIT_REPOSITORY https://github.com/marzer/tomlplusplus.git GIT_REPOSITORY https://github.com/marzer/tomlplusplus.git

Loading…
Cancel
Save