Mercurial > hg > orthanc
comparison Resources/CMake/DcmtkConfigurationStatic-3.6.4.cmake @ 3598:f2df51bff2fd
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 06 Jan 2020 19:57:11 +0100 |
parents | e1904cfdca2c |
children | 05a363186da6 |
comparison
equal
deleted
inserted
replaced
3597:e1904cfdca2c | 3598:f2df51bff2fd |
---|---|
169 list(REMOVE_ITEM DCMTK_SOURCES | 169 list(REMOVE_ITEM DCMTK_SOURCES |
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 ) | 172 ) |
173 | 173 |
174 if (CMAKE_SYSTEM_NAME STREQUAL "Emscripten") | |
175 # Multithreading is required here | |
176 list(REMOVE_ITEM DCMTK_SOURCES | |
177 ${DCMTK_SOURCES_DIR}/oflog/libsrc/syncprims.cc | |
178 ) | |
179 endif() | |
180 | |
181 | 174 |
182 # Starting with DCMTK 3.6.2, the Nagle algorithm is not disabled by | 175 # Starting with DCMTK 3.6.2, the Nagle algorithm is not disabled by |
183 # default since this does not seem to be appropriate (anymore) for | 176 # default since this does not seem to be appropriate (anymore) for |
184 # most modern operating systems. In order to change this default, the | 177 # most modern operating systems. In order to change this default, the |
185 # environment variable NO_TCPDELAY can be set to "1" (see envvars.txt | 178 # environment variable NO_TCPDELAY can be set to "1" (see envvars.txt |