Mercurial > hg > orthanc-object-storage
comparison Azure/CMakeLists.txt @ 76:dee640a31111 2.0.0
2.0.0
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 30 Aug 2022 15:02:41 +0200 |
parents | f3c44d61e1e1 |
children | 88d8841501a3 |
comparison
equal
deleted
inserted
replaced
75:ac596874d997 | 76:dee640a31111 |
---|---|
17 | 17 |
18 cmake_minimum_required(VERSION 2.8) | 18 cmake_minimum_required(VERSION 2.8) |
19 | 19 |
20 project(OrthancAzureBlobStorage) | 20 project(OrthancAzureBlobStorage) |
21 | 21 |
22 set(PLUGIN_VERSION "mainline") | 22 set(PLUGIN_VERSION "2.0.0") |
23 | 23 |
24 include(CheckIncludeFileCXX) | 24 include(CheckIncludeFileCXX) |
25 | 25 |
26 set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source") | 26 set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source") |
27 set(ORTHANC_FRAMEWORK_VERSION "1.9.2" CACHE STRING "orthanc framework version") | 27 set(ORTHANC_FRAMEWORK_VERSION "1.9.2" CACHE STRING "orthanc framework version") |