Skip to content
Snippets Groups Projects
Commit b3e09bc9 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Fix dependency resolution of zlib on Windows (issue #74)

parent 6529791b
No related branches found
No related tags found
Loading
......@@ -23,6 +23,7 @@ class CaosdbConan(ConanFile):
generators = "cmake"
requires = [
("grpc/1.48.0"),
("zlib/1.3.1")
]
build_requires = [
("boost/1.78.0"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment