Mercurial > hg > orthanc-object-storage
comparison Google/CMakeLists.txt @ 19:b77be39e25a5 1.0.1
1.0.1
author | Alain Mazy |
---|---|
date | Wed, 02 Sep 2020 18:16:22 +0200 |
parents | 44de9edf2443 |
children | 67067e1e8a85 |
comparison
equal
deleted
inserted
replaced
18:44de9edf2443 | 19:b77be39e25a5 |
---|---|
1 cmake_minimum_required(VERSION 2.8) | 1 cmake_minimum_required(VERSION 2.8) |
2 | 2 |
3 project(OrthancGoogleCloudStorage) | 3 project(OrthancGoogleCloudStorage) |
4 | 4 |
5 set(PLUGIN_VERSION "mainline") | 5 set(PLUGIN_VERSION "1.0.1") |
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 "1.7.3" CACHE STRING "orthanc framework version") | 10 set(ORTHANC_FRAMEWORK_VERSION "1.7.3" CACHE STRING "orthanc framework version") |