comparison CMakeLists.txt @ 7:9db9659c627a 0.1.0

changed version number to 0.1.0
author amazy
date Tue, 23 May 2017 12:07:02 +0200
parents 52e041c8584a
children
comparison
equal deleted inserted replaced
6:dada4dd8f3a3 7:9db9659c627a
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.1.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")