comparison CMakeLists.txt @ 150:9be1ee2b8fe1 0.7.0

0.7.0
author Alain Mazy <am@osimis.io>
date Fri, 16 Feb 2024 08:39:33 +0100
parents 9a9be09b9a30
children e7cee71a2f86
comparison
equal deleted inserted replaced
149:423531fb1200 150:9be1ee2b8fe1
1 # Advanced authorization plugin for Orthanc 1 # Advanced authorization plugin for Orthanc
2 # Copyright (C) 2017-2023 Osimis S.A., Belgium 2 # Copyright (C) 2017-2023 Osimis S.A., Belgium
3 # Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
3 # 4 #
4 # This program is free software: you can redistribute it and/or 5 # This program is free software: you can redistribute it and/or
5 # modify it under the terms of the GNU Affero General Public License 6 # modify it under the terms of the GNU Affero General Public License
6 # as published by the Free Software Foundation, either version 3 of 7 # as published by the Free Software Foundation, either version 3 of
7 # the License, or (at your option) any later version. 8 # the License, or (at your option) any later version.
17 18
18 cmake_minimum_required(VERSION 2.8) 19 cmake_minimum_required(VERSION 2.8)
19 20
20 project(OrthancAuthorization) 21 project(OrthancAuthorization)
21 22
22 set(ORTHANC_PLUGIN_VERSION "mainline") 23 set(ORTHANC_PLUGIN_VERSION "0.7.0")
23 24
24 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") 25 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline")
25 set(ORTHANC_FRAMEWORK_VERSION "mainline") 26 set(ORTHANC_FRAMEWORK_VERSION "mainline")
26 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") 27 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg")
27 else() 28 else()