comparison Resources/CMake/DatabasesFrameworkConfiguration.cmake @ 54:b3de8c09c8b0

disable of Orthanc modules that are useless for databases
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Jul 2018 21:21:01 +0200
parents a9b8375099f6
children 714c5d2bee76
comparison
equal deleted inserted replaced
53:71eca9b0442a 54:b3de8c09c8b0
45 45
46 46
47 ##################################################################### 47 #####################################################################
48 ## Configure the Orthanc Framework 48 ## Configure the Orthanc Framework
49 ##################################################################### 49 #####################################################################
50
51 # Those modules of the Orthanc framework are not needed when dealing
52 # with databases
53 set(ENABLE_MODULE_IMAGES OFF)
54 set(ENABLE_MODULE_JOBS OFF)
55 set(ENABLE_MODULE_DICOM OFF)
50 56
51 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake) 57 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake)
52 include_directories(${ORTHANC_ROOT}) 58 include_directories(${ORTHANC_ROOT})
53 59
54 60