Mercurial > hg > orthanc-webviewer
changeset 255:7db5d2f85527
removing some unneeded modules
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 26 May 2020 08:25:26 +0200 |
parents | 61a4b7fa86dc |
children | 8b01b05e2fee 4fca00930829 |
files | CMakeLists.txt |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Tue May 26 08:20:06 2020 +0200 +++ b/CMakeLists.txt Tue May 26 08:25:26 2020 +0200 @@ -54,6 +54,8 @@ set(ENABLE_LOCALE OFF) # Disable support for locales (notably in Boost) set(ENABLE_GOOGLE_TEST ON) set(ENABLE_SQLITE ON) +set(ENABLE_MODULE_JOBS OFF CACHE INTERNAL "") +set(ENABLE_MODULE_DICOM OFF CACHE INTERNAL "") include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake) include_directories(${ORTHANC_ROOT})