Mercurial > hg > orthanc
changeset 4168:88d704264d64
fix for ubuntu 14.04
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 01 Sep 2020 10:19:29 +0200 |
parents | 8517c47eedd2 |
children | e8005a58de16 |
files | LinuxCompilation.txt OrthancServer/CMakeLists.txt |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/LinuxCompilation.txt Thu Aug 27 14:59:53 2020 +0200 +++ b/LinuxCompilation.txt Tue Sep 01 10:19:29 2020 +0200 @@ -109,10 +109,11 @@ # cd ./Build # cmake -DALLOW_DOWNLOADS=ON \ -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \ + -DUSE_SYSTEM_BOOST=OFF \ -DUSE_SYSTEM_CIVETWEB=OFF \ + -DUSE_SYSTEM_DCMTK=OFF \ -DUSE_SYSTEM_JSONCPP=OFF \ -DUSE_SYSTEM_LUA=OFF \ - -DDCMTK_LIBRARIES=dcmjpls \ -DCMAKE_BUILD_TYPE=Release \ ../OrthancServer/ # make
--- a/OrthancServer/CMakeLists.txt Thu Aug 27 14:59:53 2020 +0200 +++ b/OrthancServer/CMakeLists.txt Tue Sep 01 10:19:29 2020 +0200 @@ -556,6 +556,7 @@ -DPLUGIN_VERSION=${ORTHANC_VERSION} -DSTATIC_BUILD=${STATIC_BUILD} -DALLOW_DOWNLOADS=${ALLOW_DOWNLOADS} + -DUSE_SYSTEM_BOOST=${USE_SYSTEM_BOOST} -DUSE_LEGACY_JSONCPP=${USE_LEGACY_JSONCPP} ${Flags} )