Skip to content

Commit f5b62f2

Browse files
committed
Try to use cppzmq from fonan
1 parent 5297135 commit f5b62f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ def requirements(self):
2121
self.requires("minitrace/cci.20230905")
2222
self.requires("sqlite3/3.40.1") # This should be a transitive dependency of cpp-sqlite
2323
self.requires("tinyxml2/10.0.0")
24-
self.requires("zeromq/4.3.4") # This should be a transitive dependency of cppzmq
24+
self.requires("cppzmq/4.11.0")
2525

2626
def generate(self):
2727
tc = CMakeToolchain(self)
2828

2929
#tc.variables["USE_VENDORED_CPPSQLITE"] = False
30-
#tc.variables["USE_VENDORED_CPPZMQ"] = False
30+
tc.variables["USE_VENDORED_CPPZMQ"] = False
3131
tc.variables["USE_VENDORED_FLATBUFFERS"] = False
3232
#tc.variables["USE_VENDORED_LEXY"] = False
3333
tc.variables["USE_VENDORED_MINICORO"] = False

0 commit comments

Comments
 (0)