comparison Resources/CMake/DcmtkConfigurationStatic-3.6.5.cmake @ 4026:05a363186da6

ORTHANC_BUILDING_FRAMEWORK_LIBRARY, Orthanc::InitializeFramework()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Jun 2020 16:26:57 +0200
parents 6d2b94698995
children
comparison
equal deleted inserted replaced
4019:bf35c4628777 4026:05a363186da6
164 ${DCMTK_SOURCES_DIR}/oflog/libsrc/clfsap.cc 164 ${DCMTK_SOURCES_DIR}/oflog/libsrc/clfsap.cc
165 ) 165 )
166 endif() 166 endif()
167 167
168 168
169 list(REMOVE_ITEM DCMTK_SOURCES
170 ${DCMTK_SOURCES_DIR}/dcmdata/libsrc/mkdictbi.cc
171 ${DCMTK_SOURCES_DIR}/dcmdata/libsrc/mkdeftag.cc
172 )
173
174
175 # Starting with DCMTK 3.6.2, the Nagle algorithm is not disabled by 169 # Starting with DCMTK 3.6.2, the Nagle algorithm is not disabled by
176 # default since this does not seem to be appropriate (anymore) for 170 # default since this does not seem to be appropriate (anymore) for
177 # most modern operating systems. In order to change this default, the 171 # most modern operating systems. In order to change this default, the
178 # environment variable NO_TCPDELAY can be set to "1" (see envvars.txt 172 # environment variable NO_TCPDELAY can be set to "1" (see envvars.txt
179 # for details). Alternatively, the macro DISABLE_NAGLE_ALGORITHM can 173 # for details). Alternatively, the macro DISABLE_NAGLE_ALGORITHM can