comparison CMakeLists.txt @ 14:9ea9032050c7

back to mainline version
author amazy
date Thu, 08 Mar 2018 20:54:13 +0100
parents bc49bd53a057
children e252d740436f
comparison
equal deleted inserted replaced
12:bc49bd53a057 14:9ea9032050c7
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 "0.2.0") 22 set(ORTHANC_AUTHORIZATION_VERSION "mainline")
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")