changeset 63:5d2e9399bdd8

fix holy-build-box-internal.sh
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Jul 2021 17:24:15 +0200
parents d10696f94959
children c4f56973a279
files Aws/holy-build-box-internal.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Aws/holy-build-box-internal.sh	Tue Jul 06 15:18:32 2021 +0200
+++ b/Aws/holy-build-box-internal.sh	Tue Jul 06 17:24:15 2021 +0200
@@ -44,6 +44,7 @@
 cp /source/Aws/* /tmp/source-writeable/Aws/ || true  # Ignore error about omitting directories
 
 cmake /tmp/source-writeable/Aws/ \
+      -DORTHANC_FRAMEWORK_VERSION=1.9.3 \
       -DORTHANC_FRAMEWORK_SOURCE=web \
       -DCMAKE_BUILD_TYPE=$1 -DSTATIC_BUILD=ON