comparison CMakeLists.txt @ 12:bc49bd53a057

updated to version 0.2.0
author amazy
date Thu, 08 Mar 2018 20:47:25 +0100
parents 52e041c8584a
children 9ea9032050c7
comparison
equal deleted inserted replaced
11:544732bbd87b 12:bc49bd53a057
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.0")
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")