diff 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
line wrap: on
line diff
--- a/CMakeLists.txt	Mon Feb 08 11:33:39 2016 +0100
+++ b/CMakeLists.txt	Tue Feb 09 11:47:02 2016 +0100
@@ -64,6 +64,7 @@
 
 # Path to the root folder of the Orthanc distribution
 set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR})
+set(ENABLE_DCMTK_NETWORK ON)
 
 # Some basic inclusions
 include(CheckIncludeFiles)