Mercurial > hg > orthanc
comparison CMakeLists.txt @ 3275:5cd4c672d63c
cont
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 20 Feb 2019 17:21:39 +0100 |
parents | 81dafe9be364 |
children | 1b57023af28f |
comparison
equal
deleted
inserted
replaced
3274:95b0536be2c3 | 3275:5cd4c672d63c |
---|---|
146 endif() | 146 endif() |
147 | 147 |
148 | 148 |
149 if (CMAKE_COMPILER_IS_GNUCXX | 149 if (CMAKE_COMPILER_IS_GNUCXX |
150 AND NOT CMAKE_CROSSCOMPILING | 150 AND NOT CMAKE_CROSSCOMPILING |
151 AND USE_DCMTK_360) | 151 AND DCMTK_STATIC_VERSION STREQUAL "3.6.0") |
152 # Add the "-pedantic" flag only on the Orthanc sources, and only if | 152 # Add the "-pedantic" flag only on the Orthanc sources, and only if |
153 # cross-compiling DCMTK 3.6.0 | 153 # cross-compiling DCMTK 3.6.0 |
154 set(ORTHANC_ALL_SOURCES | 154 set(ORTHANC_ALL_SOURCES |
155 ${ORTHANC_CORE_SOURCES_INTERNAL} | 155 ${ORTHANC_CORE_SOURCES_INTERNAL} |
156 ${ORTHANC_DICOM_SOURCES_INTERNAL} | 156 ${ORTHANC_DICOM_SOURCES_INTERNAL} |