We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907ee48 commit 50beab1Copy full SHA for 50beab1
conanfile.py
@@ -36,7 +36,7 @@ def source(self):
36
git = Git(self)
37
git.clone(url="https://github.com/realm/realm-cpp", target=".")
38
git.folder = "."
39
- git.checkout(commit="ae8e8af6dd201095742ed476834b034fbc51776d")
+ git.checkout(commit="907ee48ecb35a65c9fdda6286a8e322f09697c07")
40
git.run("submodule update --init --recursive")
41
42
def layout(self):
0 commit comments