comparison CMakeLists.txt @ 92:dbb550740a9d OrthancWebViewer-1.3

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Nov 2015 14:35:28 +0100
parents 3b7bab1e9ea2
children 63396b070632
comparison
equal deleted inserted replaced
91:7c71ad2210c0 92:dbb550740a9d
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 "mainline") 23 set(ORTHANC_WEBVIEWER_VERSION "1.3")
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")