Mercurial > hg > orthanc-dicomweb
changeset 308:78c9a7d207b8 refactoring
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 18 Jun 2019 19:08:02 +0200 |
parents | 5a9238e974ea |
children | 8594f9bcd556 |
files | CMakeLists.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Tue Jun 18 18:38:30 2019 +0200 +++ b/CMakeLists.txt Tue Jun 18 19:08:02 2019 +0200 @@ -45,8 +45,8 @@ set(ORTHANC_SDK_VERSION "1.5.4" CACHE STRING "Version of the Orthanc plugin SDK to use, if not using the system version (can be \"1.5.4\", or \"framework\")") -set(BUILD_BOOTSTRAP_VUE ON CACHE BOOL "Compile Bootstrap-Vue from sources") -set(BUILD_BABEL_POLYFILL ON CACHE BOOL "Retrieve babel-polyfill from npm") +set(BUILD_BOOTSTRAP_VUE OFF CACHE BOOL "Compile Bootstrap-Vue from sources") +set(BUILD_BABEL_POLYFILL OFF CACHE BOOL "Retrieve babel-polyfill from npm")