Skip to content

Commit

Permalink
RCPP-41 Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Mar 21, 2024
1 parent 0f29949 commit f729133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def source(self):
git = Git(self)
git.clone(url="https://github.com/realm/realm-cpp", target=".")
git.folder = "."
git.checkout(commit="3aa21eb9e375c3fc2847118504d2624665db76f7")
git.checkout(commit="0f29949e61dcbc792bd600472fccecab9c065b4e")
git.run("submodule update --init --recursive")

def layout(self):
Expand Down

0 comments on commit f729133

Please sign in to comment.