We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c696d01 commit e513683Copy full SHA for e513683
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="c1096b169258581927fa1591686bdc1687f368ed")
+ git.checkout(commit="c696d017b9ef55bd7ae22c42740857e8c68f83fb")
40
git.run("submodule update --init --recursive")
41
42
def layout(self):
0 commit comments