comparison CMakeLists.txt @ 256:c0fb3d09c849 Orthanc-0.3.1

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Dec 2012 13:55:11 +0100
parents c9b3ba0fd140
children 6f4591ba5051 f1fb9d1aa444
comparison
equal deleted inserted replaced
255:0d7169bfbf00 256:c0fb3d09c849
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.3.1"
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)")