comparison Resources/CMake/OrthancFrameworkConfiguration.cmake @ 2975:e62e296a5714

use Toolbox::IsIntegeer instead of try_lexical_convert that is not available on some platform
author am@osimis.io
date Thu, 06 Dec 2018 11:16:23 +0100
parents 8b00e4cb4a6b
children 9cc3d40e389b
comparison
equal deleted inserted replaced
2974:5f64ecbdfcb4 2975:e62e296a5714
123 123
124 set(ORTHANC_CORE_SOURCES_INTERNAL 124 set(ORTHANC_CORE_SOURCES_INTERNAL
125 ${ORTHANC_ROOT}/Core/Cache/MemoryCache.cpp 125 ${ORTHANC_ROOT}/Core/Cache/MemoryCache.cpp
126 ${ORTHANC_ROOT}/Core/ChunkedBuffer.cpp 126 ${ORTHANC_ROOT}/Core/ChunkedBuffer.cpp
127 ${ORTHANC_ROOT}/Core/DicomFormat/DicomTag.cpp 127 ${ORTHANC_ROOT}/Core/DicomFormat/DicomTag.cpp
128 ${ORTHANC_ROOT}/Core/EnumerationDictionary.h
128 ${ORTHANC_ROOT}/Core/Enumerations.cpp 129 ${ORTHANC_ROOT}/Core/Enumerations.cpp
129 ${ORTHANC_ROOT}/Core/FileStorage/MemoryStorageArea.cpp 130 ${ORTHANC_ROOT}/Core/FileStorage/MemoryStorageArea.cpp
130 ${ORTHANC_ROOT}/Core/Logging.cpp 131 ${ORTHANC_ROOT}/Core/Logging.cpp
131 ${ORTHANC_ROOT}/Core/SerializationToolbox.cpp 132 ${ORTHANC_ROOT}/Core/SerializationToolbox.cpp
132 ${ORTHANC_ROOT}/Core/Toolbox.cpp 133 ${ORTHANC_ROOT}/Core/Toolbox.cpp