comparison Applications/CMakeLists.txt @ 125:7a3f4d580625

SSL is enabled by default for HTTPS transfers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 02 Feb 2018 17:34:35 +0100
parents e8fe7c9a7d6c
children 4f3945a2b725
comparison
equal deleted inserted replaced
124:24bd36849c56 125:7a3f4d580625
10 SET(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") 10 SET(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
11 SET(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages") 11 SET(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages")
12 SET(ENABLE_PROFILING OFF CACHE BOOL "Whether to enable the generation of profiling information with gprof") 12 SET(ENABLE_PROFILING OFF CACHE BOOL "Whether to enable the generation of profiling information with gprof")
13 13
14 # Optional components 14 # Optional components
15 SET(ENABLE_SSL OFF CACHE BOOL "Include support for SSL") 15 SET(ENABLE_SSL ON CACHE BOOL "Include support for SSL")
16 SET(USE_DCMTK_361 OFF CACHE BOOL "Use forthcoming DCMTK version 3.6.1 in static builds (instead of 3.6.0)") 16 SET(USE_DCMTK_361 OFF CACHE BOOL "Use forthcoming DCMTK version 3.6.1 in static builds (instead of 3.6.0)")
17 17
18 if (CMAKE_SYSTEM_NAME STREQUAL "Linux") 18 if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
19 set(TMP ON) 19 set(TMP ON)
20 else() 20 else()