comparison CMakeLists.txt @ 547:0340cee1a3ea

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Sep 2013 14:49:52 +0200
parents 586499635f4c
children 0fc8ef464cfb
comparison
equal deleted inserted replaced
539:5042a150e82b 547:0340cee1a3ea
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.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 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)")