Mercurial > hg > orthanc
changeset 2144:a979ded1dbb1
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Nov 2016 16:57:19 +0100 |
parents | fd5875662670 |
children | 39f4207727db |
files | Plugins/Samples/DatabasePlugin/CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Samples/DatabasePlugin/CMakeLists.txt Wed Nov 09 16:54:23 2016 +0100 +++ b/Plugins/Samples/DatabasePlugin/CMakeLists.txt Wed Nov 09 16:57:19 2016 +0100 @@ -34,6 +34,7 @@ -DORTHANC_ENABLE_MD5=0 -DORTHANC_ENABLE_PLUGINS=1 -DORTHANC_ENABLE_PUGIXML=0 + -DORTHANC_SANDBOXED=0 -DSAMPLE_DATABASE_VERSION="${SAMPLE_DATABASE_VERSION}" )