Skip to content
Snippets Groups Projects

F pipeline

Closed Timm Fitschen requested to merge f-pipeline into dev
Files
2
+ 3
2
@@ -22,10 +22,10 @@ class CaosdbConan(ConanFile):
}
generators = "cmake"
requires = [
("grpc/1.45.2"),
("grpc/1.48.0"),
]
build_requires = [
("boost/1.77.0"),
("boost/1.78.0"),
("gtest/1.11.0"),
]
exports = ("*.cmake", "*CMakeLists.txt", "*.in",
@@ -38,6 +38,7 @@ class CaosdbConan(ConanFile):
if self.settings.os == "Windows":
del self.options.fPIC
self.options["boost"].without_python = True
self.options["boost"].filesystem_version = "3"
# def source(self):
# self.run("git clone https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib.git")
Loading