Mercurial > hg > orthanc
comparison Resources/CMake/DcmtkConfiguration.cmake @ 1637:dfbde7c3fe19 dcmtk-3.6.1
integration mainline->dcmtk
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Sep 2015 10:00:26 +0200 |
parents | 0844a4bcb0ad 8c4f1de71f8d |
children | 158e7b6f859a |
comparison
equal
deleted
inserted
replaced
1635:0844a4bcb0ad | 1637:dfbde7c3fe19 |
---|---|
126 ${DCMTK_SOURCES_DIR}/dcmdata/libsrc/dcdictbi.cc | 126 ${DCMTK_SOURCES_DIR}/dcmdata/libsrc/dcdictbi.cc |
127 ) | 127 ) |
128 | 128 |
129 #set_source_files_properties(${DCMTK_SOURCES} | 129 #set_source_files_properties(${DCMTK_SOURCES} |
130 # PROPERTIES COMPILE_DEFINITIONS | 130 # PROPERTIES COMPILE_DEFINITIONS |
131 # "PACKAGE_VERSION=\"3.6.1\";PACKAGE_VERSION_NUMBER=\"${DCMTK_VERSION_NUMBER}\"") | 131 # "PACKAGE_VERSION=\"${DCMTK_PACKAGE_VERSION}\";PACKAGE_VERSION_NUMBER=\"${DCMTK_VERSION_NUMBER}\"") |
132 | 132 |
133 # This fixes crashes related to the destruction of the DCMTK OFLogger | 133 # This fixes crashes related to the destruction of the DCMTK OFLogger |
134 # http://support.dcmtk.org/docs-snapshot/file_macros.html | 134 # http://support.dcmtk.org/docs-snapshot/file_macros.html |
135 add_definitions( | 135 add_definitions( |
136 -DLOG4CPLUS_DISABLE_FATAL=1 | 136 -DLOG4CPLUS_DISABLE_FATAL=1 |