comparison CMakeLists.txt @ 1914:501769757bf9

flag to remove network support in dcmtk, removal of unneeded sources in static builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Feb 2016 11:47:02 +0100
parents 41e402cd7b3a
children b97aa579e85b
comparison
equal deleted inserted replaced
1913:41e402cd7b3a 1914:501769757bf9
62 mark_as_advanced(USE_BOOST_ICONV) 62 mark_as_advanced(USE_BOOST_ICONV)
63 mark_as_advanced(USE_PUGIXML) 63 mark_as_advanced(USE_PUGIXML)
64 64
65 # Path to the root folder of the Orthanc distribution 65 # Path to the root folder of the Orthanc distribution
66 set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR}) 66 set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR})
67 set(ENABLE_DCMTK_NETWORK ON)
67 68
68 # Some basic inclusions 69 # Some basic inclusions
69 include(CheckIncludeFiles) 70 include(CheckIncludeFiles)
70 include(CheckIncludeFileCXX) 71 include(CheckIncludeFileCXX)
71 include(CheckLibraryExists) 72 include(CheckLibraryExists)