diff Applications/StoneWebViewer/WebAssembly/docker-internal.sh @ 1548:65eccce95882

unifying the default install prefix for WebAssembly
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Aug 2020 09:57:35 +0200
parents 8ddf77198ed7
children 8c5f9864545f
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebAssembly/docker-internal.sh	Wed Aug 12 15:54:55 2020 +0200
+++ b/Applications/StoneWebViewer/WebAssembly/docker-internal.sh	Thu Aug 13 09:57:35 2020 +0200
@@ -21,7 +21,7 @@
 
 cmake /tmp/source-writeable/Applications/StoneWebViewer/WebAssembly \
       -DCMAKE_BUILD_TYPE=$1 \
-      -DCMAKE_INSTALL_PREFIX=/target/StoneWebViewer \
+      -DORTHANC_STONE_INSTALL_PREFIX=/target/StoneWebViewer \
       -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake \
       -DORTHANC_FRAMEWORK_ROOT=/tmp/orthanc/OrthancFramework/Sources \
       -DSTATIC_BUILD=ON \