Skip to content

Commit

Permalink
RCPP-41 Fix set notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Mar 19, 2024
1 parent 7fe615f commit c282084
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 @@ -37,7 +37,7 @@ def source(self):
git = Git(self)
git.clone(url="https://github.com/realm/realm-cpp", target=".")
git.folder = "."
git.checkout(commit="4eb7bdbfd1e01a28802a5817f7b3855605aedae8")
git.checkout(commit="7fe615f83b216b3f71fb6358b61f68d50522d8db")
git.run("submodule update --init --recursive")

def layout(self):
Expand Down

0 comments on commit c282084

Please sign in to comment.