comparison CMakeLists.txt @ 423:3c4a0e85c1da

fix mainline versionĀµ
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 May 2013 14:36:35 +0200
parents 5ee6239e37e0
children e0c398d4721e
comparison
equal deleted inserted replaced
422:f35df997250b 423:3c4a0e85c1da
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="0.5.2" 7 -DORTHANC_VERSION="mainline"
8 ) 8 )
9 9
10 # Parameters of the build 10 # Parameters of the build
11 SET(STATIC_BUILD ON CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") 11 SET(STATIC_BUILD ON CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
12 SET(STANDALONE_BUILD OFF CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)") 12 SET(STANDALONE_BUILD OFF CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)")