Mercurial > hg > orthanc-neuro
changeset 7:c91e2383a5a6
fix Orthanc framework at 1.10.1 for MSVC2008
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 25 Apr 2022 17:41:31 +0200 (2022-04-25) |
parents | 1e000761eb62 |
children | de8c2347c362 |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Mon Apr 25 16:09:07 2022 +0200 +++ b/CMakeLists.txt Mon Apr 25 17:41:31 2022 +0200 @@ -22,7 +22,7 @@ set(ORTHANC_PLUGIN_VERSION "mainline") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.10.1") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.10.1")