comparison CMakeLists.txt @ 40:6a455e6a7df4 OrthancWebViewer-1.1

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 Jul 2015 11:39:05 +0200
parents 86299731dc4e
children 6eb4082b3414
comparison
equal deleted inserted replaced
39:3d391ae2439c 40:6a455e6a7df4
18 18
19 cmake_minimum_required(VERSION 2.8) 19 cmake_minimum_required(VERSION 2.8)
20 20
21 project(OrthancWebViewer) 21 project(OrthancWebViewer)
22 22
23 set(ORTHANC_WEBVIEWER_VERSION "1.0") 23 set(ORTHANC_WEBVIEWER_VERSION "1.1")
24 24
25 # Parameters of the build 25 # Parameters of the build
26 set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") 26 set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
27 SET(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)") 27 SET(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)")
28 set(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages") 28 set(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages")