comparison CMakeLists.txt @ 1169:6467a3fa72a2

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Sep 2014 11:13:47 +0200
parents 2ee4e8f21c74
children bc6fa27268b8
comparison
equal deleted inserted replaced
1166:a921e3b5e763 1169:6467a3fa72a2
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.8.4")
7 7
8 8
9 ##################################################################### 9 #####################################################################
10 ## CMake parameters tunable at the command line 10 ## CMake parameters tunable at the command line
11 ##################################################################### 11 #####################################################################