comparison Resources/CMake/DcmtkConfigurationStatic-3.6.4.cmake @ 3596:0afd3c7d8ad2

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jan 2020 18:07:25 +0100
parents 0654d0838de8
children e1904cfdca2c
comparison
equal deleted inserted replaced
3595:0080c9b492e5 3596:0afd3c7d8ad2
170 ${DCMTK_SOURCES_DIR}/dcmdata/libsrc/mkdictbi.cc 170 ${DCMTK_SOURCES_DIR}/dcmdata/libsrc/mkdictbi.cc
171 ${DCMTK_SOURCES_DIR}/dcmdata/libsrc/mkdeftag.cc 171 ${DCMTK_SOURCES_DIR}/dcmdata/libsrc/mkdeftag.cc
172 ${DCMTK_SOURCES_DIR}/dcmdata/libsrc/dcdict_orthanc.cc 172 ${DCMTK_SOURCES_DIR}/dcmdata/libsrc/dcdict_orthanc.cc
173 ) 173 )
174 174
175 if (CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
176 # Multithreading is required here
177 list(REMOVE_ITEM DCMTK_SOURCES
178 ${DCMTK_SOURCES_DIR}/oflog/libsrc/syncprims.cc
179 )
180 endif()
181
175 182
176 # Starting with DCMTK 3.6.2, the Nagle algorithm is not disabled by 183 # Starting with DCMTK 3.6.2, the Nagle algorithm is not disabled by
177 # default since this does not seem to be appropriate (anymore) for 184 # default since this does not seem to be appropriate (anymore) for
178 # most modern operating systems. In order to change this default, the 185 # most modern operating systems. In order to change this default, the
179 # environment variable NO_TCPDELAY can be set to "1" (see envvars.txt 186 # environment variable NO_TCPDELAY can be set to "1" (see envvars.txt