comparison CMakeLists.txt @ 162:41694d2388ae Orthanc-0.2.3

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Oct 2012 14:26:51 +0200
parents a63fb54819d7
children 262505043929
comparison
equal deleted inserted replaced
160:ed494cef663e 162:41694d2388ae
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.2.3"
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)")