mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
cluster/backend/zeromq: Add cppzmq submodule
Not all supported platforms provide a recent enough cppzmq version, add a fallback as submodule. cppzmq is a header-only library, so there's no build step involved.
This commit is contained in:
parent
a2249f7ecb
commit
889c7d888a
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -76,3 +76,6 @@
|
|||
[submodule "auxil/prometheus-cpp"]
|
||||
path = auxil/prometheus-cpp
|
||||
url = https://github.com/zeek/prometheus-cpp
|
||||
[submodule "src/cluster/backend/zeromq/auxil/cppzmq"]
|
||||
path = src/cluster/backend/zeromq/auxil/cppzmq
|
||||
url = https://github.com/zeromq/cppzmq
|
||||
|
|
1
src/cluster/backend/zeromq/auxil/cppzmq
Submodule
1
src/cluster/backend/zeromq/auxil/cppzmq
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c94c20743ed7d4aa37835a5c46567ab0790d4acc
|
Loading…
Add table
Add a link
Reference in a new issue