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

Add cli targets to conan build

parent 073639c3
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!49Resolve "EXTERN: Adapt to Conan 2"
......@@ -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)
......
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