Skip to content

Commit

Permalink
RCPP-41 Add Conan GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Mar 7, 2024
1 parent a07774f commit 92eec86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ def generate(self):
deps.generate()
tc = CMakeToolchain(self)
tc.variables["REALM_CPP_NO_TESTS"] = "ON"
tc.variables["REALM_NO_TESTS"] = "ON"
tc.variables["REALM_CORE_SUBMODULE_BUILD"] = "OFF"
tc.variables["REALM_CORE_SUBMODULE_BUILD"] = "ON"
tc.generate()

def build(self):
Expand Down

0 comments on commit 92eec86

Please sign in to comment.