comparison CMakeLists.txt @ 17:5cb4e0ed488d 0.2.1

really upgraded version to 0.2.1
author amazy
date Fri, 09 Mar 2018 10:34:10 +0100
parents e252d740436f
children 67dc0e5de125 c44013681a51
comparison
equal deleted inserted replaced
16:1e08ab759b43 17:5cb4e0ed488d
17 17
18 cmake_minimum_required(VERSION 2.8) 18 cmake_minimum_required(VERSION 2.8)
19 19
20 project(OrthancAuthorization) 20 project(OrthancAuthorization)
21 21
22 set(ORTHANC_AUTHORIZATION_VERSION "mainline") 22 set(ORTHANC_AUTHORIZATION_VERSION "0.2.1")
23 23
24 # Parameters of the build 24 # Parameters of the build
25 set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") 25 set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
26 SET(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)") 26 SET(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)")
27 set(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages") 27 set(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages")