Mercurial > hg > orthanc-object-storage
comparison Google/CMakeLists.txt @ 3:8030fc8c4283 0.9.0
v 0.9.0
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Fri, 03 Jul 2020 10:11:40 +0200 |
parents | cd1622edea7f |
children | 6987a96423c7 |
comparison
equal
deleted
inserted
replaced
2:cd1622edea7f | 3:8030fc8c4283 |
---|---|
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 "0.9.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.7.0" CACHE STRING "orthanc framework version") | 10 set(ORTHANC_FRAMEWORK_VERSION "1.7.0" CACHE STRING "orthanc framework version") |