Mercurial > hg > orthanc-object-storage
comparison Google/CMakeLists.txt @ 13:3e218a18ec73 0.9.3
version 0.9.3
author | Alain Mazy |
---|---|
date | Wed, 26 Aug 2020 12:51:37 +0200 |
parents | 987cb95c1aee |
children | c390539996f4 |
comparison
equal
deleted
inserted
replaced
12:a203d0a4fd8f | 13:3e218a18ec73 |
---|---|
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.3") |
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") |