comparison CMakeLists.txt @ 819:992be7e1736a Orthanc-0.7.5

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 May 2014 17:03:22 +0200
parents 2d9a000aa3a6
children 7ce875531950
comparison
equal deleted inserted replaced
818:19f5bf450973 819:992be7e1736a
1 cmake_minimum_required(VERSION 2.8) 1 cmake_minimum_required(VERSION 2.8)
2 2
3 project(Orthanc) 3 project(Orthanc)
4 4
5 # Version of the build, should always be "mainline" except in release branches 5 # Version of the build, should always be "mainline" except in release branches
6 set(ORTHANC_VERSION "mainline") 6 set(ORTHANC_VERSION "0.7.5")
7 7
8 8
9 ##################################################################### 9 #####################################################################
10 ## CMake parameters tunable at the command line 10 ## CMake parameters tunable at the command line
11 ##################################################################### 11 #####################################################################