Mercurial > hg > orthanc-stone
annotate Applications/StoneWebViewer/Version.cmake @ 2177:4d21befb1501 default tip
clarify DICOMweb version check
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Oct 2024 19:27:56 +0200 |
parents | 02a06434833c |
children |
rev | line source |
---|---|
1731 | 1 # Stone of Orthanc |
2 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics | |
3 # Department, University Hospital of Liege, Belgium | |
2124
16c01cc201e7
updated copyright, as Osimis is not active on Orthanc anymore
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2114
diff
changeset
|
4 # Copyright (C) 2017-2023 Osimis S.A., Belgium |
2114
c23eef785569
update year to 2024
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2077
diff
changeset
|
5 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium |
1731 | 6 # |
7 # This program is free software: you can redistribute it and/or | |
8 # modify it under the terms of the GNU Affero General Public License | |
9 # as published by the Free Software Foundation, either version 3 of | |
10 # the License, or (at your option) any later version. | |
11 # | |
12 # This program is distributed in the hope that it will be useful, but | |
13 # WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
15 # Affero General Public License for more details. | |
16 # | |
17 # You should have received a copy of the GNU Affero General Public License | |
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
19 | |
20 | |
2151 | 21 set(STONE_WEB_VIEWER_VERSION "mainline") |
1731 | 22 |
23 if (STONE_WEB_VIEWER_VERSION STREQUAL "mainline") | |
24 set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") | |
25 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") | |
26 else() | |
2150
caa397372d86
StoneWebViewer-2.6
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2124
diff
changeset
|
27 set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.4") |
1731 | 28 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") |
29 endif() |