comparison Resources/CMake/OrthancFrameworkConfiguration.cmake @ 2444:d9e3781d2023

"/system" URI returns the version of the Orthanc REST API
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 Dec 2017 10:21:24 +0100
parents fe90b3ec9d4a
children ade8b4ddd8a6
comparison
equal deleted inserted replaced
2443:c149cee81250 2444:d9e3781d2023
404 ##################################################################### 404 #####################################################################
405 ## Configuration of the C/C++ macros 405 ## Configuration of the C/C++ macros
406 ##################################################################### 406 #####################################################################
407 407
408 add_definitions( 408 add_definitions(
409 -DORTHANC_API_VERSION="${ORTHANC_API_VERSION}"
409 -DORTHANC_DATABASE_VERSION=${ORTHANC_DATABASE_VERSION} 410 -DORTHANC_DATABASE_VERSION=${ORTHANC_DATABASE_VERSION}
410 -DORTHANC_DEFAULT_DICOM_ENCODING=Encoding_Latin1 411 -DORTHANC_DEFAULT_DICOM_ENCODING=Encoding_Latin1
411 -DORTHANC_ENABLE_BASE64=1 412 -DORTHANC_ENABLE_BASE64=1
412 -DORTHANC_ENABLE_MD5=1 413 -DORTHANC_ENABLE_MD5=1
413 -DORTHANC_MAXIMUM_TAG_LENGTH=256 414 -DORTHANC_MAXIMUM_TAG_LENGTH=256