From 4ff35c2026c16b51437d76b45b1063e6fa15dbd2 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Wed, 7 Jun 2017 07:41:11 +0200 Subject: [PATCH] Pass snap version to correct cmake variable --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 2e238503..3ed6b2b0 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -90,7 +90,7 @@ parts: # FIXME: Anbox currently has some paths with hard coded prefixes. Once # that is fixed we can avoid using a prefix here. - -DCMAKE_INSTALL_PREFIX:PATH=/usr - - -DVERSION=$SNAPCRAFT_PROJECT_VERSION + - -DANBOX_VERSION=$SNAPCRAFT_PROJECT_VERSION build-packages: - build-essential - cmake -- GitLab