Skip to content
Snippets Groups Projects

Resolve "EXTERN: Adapt to Conan 2"

Merged Joscha Schmiedt requested to merge f-73-extern-adapt-to-conan-2-0 into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -68,7 +68,7 @@ class CaosdbConan(ConanFile):
if self.options.build_acm:
cmake.definitions["BUILD_ACM"] = "On"
cmake.configure()
cmake.build()
cmake.build(target=["all", "ccaosdbcli", "cxxcaosdbcli"])
def package(self):
cmake = CMake(self)
Loading