comparison Resources/CMake/OrthancFrameworkConfiguration.cmake @ 3305:aee8d160df43

changed API version to number 2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 25 Feb 2019 09:31:12 +0100
parents 95b0536be2c3
children c0aa5f1cf2f5
comparison
equal deleted inserted replaced
3304:e83546f4adcc 3305:aee8d160df43
503 ##################################################################### 503 #####################################################################
504 ## Configuration of the C/C++ macros 504 ## Configuration of the C/C++ macros
505 ##################################################################### 505 #####################################################################
506 506
507 add_definitions( 507 add_definitions(
508 -DORTHANC_API_VERSION="${ORTHANC_API_VERSION}" 508 -DORTHANC_API_VERSION=${ORTHANC_API_VERSION}
509 -DORTHANC_DATABASE_VERSION=${ORTHANC_DATABASE_VERSION} 509 -DORTHANC_DATABASE_VERSION=${ORTHANC_DATABASE_VERSION}
510 -DORTHANC_DEFAULT_DICOM_ENCODING=Encoding_Latin1 510 -DORTHANC_DEFAULT_DICOM_ENCODING=Encoding_Latin1
511 -DORTHANC_ENABLE_BASE64=1 511 -DORTHANC_ENABLE_BASE64=1
512 -DORTHANC_ENABLE_MD5=1 512 -DORTHANC_ENABLE_MD5=1
513 -DORTHANC_MAXIMUM_TAG_LENGTH=256 513 -DORTHANC_MAXIMUM_TAG_LENGTH=256