comparison CMakeLists.txt @ 166:e5ac1fd6cf7d

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Jul 2017 14:53:59 +0200
parents daab26759357
children 38aa615b7667
comparison
equal deleted inserted replaced
165:273c3e109948 166:e5ac1fd6cf7d
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 "2.3") 24 set(ORTHANC_WEBVIEWER_VERSION "mainline")
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")