changeset 467:4febb9e5149c

don't override the versions from CMakeLists in Holy Build Box
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2020 13:50:57 +0200 (2020-08-04)
parents 1d8b9c000ba5
children a93c9fb871c4
files Resources/holy-build-box-internal.sh
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/holy-build-box-internal.sh	Tue Aug 04 13:23:09 2020 +0200
+++ b/Resources/holy-build-box-internal.sh	Tue Aug 04 13:50:57 2020 +0200
@@ -38,9 +38,6 @@
 
 cmake /tmp/source-writeable \
       -DCMAKE_BUILD_TYPE=$1 -DSTATIC_BUILD=ON \
-      -DORTHANC_SDK_VERSION=1.7.0 \
-      -DORTHANC_FRAMEWORK_SOURCE=web \
-      -DORTHANC_FRAMEWORK_VERSION=1.7.2 \
       -DCMAKE_INSTALL_PREFIX=/target 
 
 make -j`nproc`