Mercurial > hg > orthanc-object-storage
comparison Azure/CMakeLists.txt @ 9:b09c634e6fea 0.9.2
0.9.2
author | Alain Mazy |
---|---|
date | Mon, 20 Jul 2020 13:07:42 +0200 |
parents | 987cb95c1aee |
children | cc580ca90148 |
comparison
equal
deleted
inserted
replaced
8:987cb95c1aee | 9:b09c634e6fea |
---|---|
1 cmake_minimum_required(VERSION 2.8) | 1 cmake_minimum_required(VERSION 2.8) |
2 | 2 |
3 project(OrthancAzureBlobStorage) | 3 project(OrthancAzureBlobStorage) |
4 | 4 |
5 set(PLUGIN_VERSION "mainline") | 5 set(PLUGIN_VERSION "0.9.2") |
6 | 6 |
7 include(CheckIncludeFileCXX) | 7 include(CheckIncludeFileCXX) |
8 | 8 |
9 set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source") | 9 set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source") |
10 set(ORTHANC_FRAMEWORK_VERSION "7176ebf" CACHE STRING "orthanc framework version") | 10 set(ORTHANC_FRAMEWORK_VERSION "7176ebf" CACHE STRING "orthanc framework version") |