comparison CMakeLists.txt @ 598:62091d13e289

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Oct 2013 16:55:34 +0200
parents 11a195070841
children e51543cdbffd
comparison
equal deleted inserted replaced
595:f9991e8e66bf 598:62091d13e289
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 add_definitions( 6 add_definitions(
7 -DORTHANC_VERSION="mainline" 7 -DORTHANC_VERSION="0.6.2"
8 ) 8 )
9 9
10 10
11 ##################################################################### 11 #####################################################################
12 ## CMake parameters tunable at the command line 12 ## CMake parameters tunable at the command line