From d06395a6f271ae62d86d1b344410b163f6d1264e Mon Sep 17 00:00:00 2001 From: Maximiliano Bertacchini Date: Mon, 8 Jun 2020 21:29:35 -0300 Subject: [PATCH] Fix snap build failing to initialize submodules. --- snap/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 419f1cb4..25b1f470 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -43,6 +43,7 @@ parts: barrier: source: . + source-type: git plugin: cmake configflags: - "-DCMAKE_INSTALL_PREFIX=/usr"