comparison CMakeLists.txt @ 491:c56e9480183a

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Jul 2013 16:09:17 +0200
parents 6ad76c3f0efd
children 012b63028085
comparison
equal deleted inserted replaced
490:9d67b86cc23e 491:c56e9480183a
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.6.0" 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 ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)") 12 SET(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)")