Mercurial > hg > orthanc-object-storage
comparison Google/CMakeLists.txt @ 50:b40327079244
1.2.0
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 26 Apr 2021 09:37:58 +0200 |
parents | 6db76975d0f8 |
children | 8a1dfd2d790d |
comparison
equal
deleted
inserted
replaced
49:6db76975d0f8 | 50:b40327079244 |
---|---|
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.2.0") |
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.9.2" CACHE STRING "orthanc framework version") | 10 set(ORTHANC_FRAMEWORK_VERSION "1.9.2" CACHE STRING "orthanc framework version") |