Mercurial > hg > orthanc-webviewer
changeset 240:40a433acf26a
fix because of post-1.7.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 25 May 2020 12:52:17 +0200 |
parents | fa67145e0278 |
children | ca7986c480a6 61a4b7fa86dc |
files | CMakeLists.txt |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Mon May 25 11:59:59 2020 +0200 +++ b/CMakeLists.txt Mon May 25 12:52:17 2020 +0200 @@ -24,7 +24,8 @@ set(ORTHANC_PLUGIN_VERSION "mainline") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") + # TODO - Switch to "mainline" after "transcoding" is made the new "default" + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.6.1") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.6.1")