comparison CMakeLists.txt @ 164:daab26759357 OrthancWebViewer-2.3

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Jul 2017 14:52:17 +0200
parents 5dc54316d68b
children e5ac1fd6cf7d
comparison
equal deleted inserted replaced
163:c32c9399433e 164:daab26759357
19 19
20 cmake_minimum_required(VERSION 2.8) 20 cmake_minimum_required(VERSION 2.8)
21 21
22 project(OrthancWebViewer) 22 project(OrthancWebViewer)
23 23
24 set(ORTHANC_WEBVIEWER_VERSION "mainline") 24 set(ORTHANC_WEBVIEWER_VERSION "2.3")
25 25
26 # Parameters of the build 26 # Parameters of the build
27 set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") 27 set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
28 SET(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)") 28 SET(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)")
29 set(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages") 29 set(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages")