diff Resources/CMake/OrthancFrameworkParameters.cmake @ 3132:5c0d3df52b05 db-changes

integration mainline->db-changes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Jan 2019 14:14:48 +0100
parents e678a2b1a25b 50044323a721
children af4fab776ff2
line wrap: on
line diff
--- a/Resources/CMake/OrthancFrameworkParameters.cmake	Wed Jan 16 12:14:30 2019 +0100
+++ b/Resources/CMake/OrthancFrameworkParameters.cmake	Wed Jan 16 14:14:48 2019 +0100
@@ -30,7 +30,7 @@
 set(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)")
 
 # Generic parameters of the build
-set(ENABLE_CIVETWEB ON CACHE BOOL "Use Civetweb instead of Mongoose (Mongoose was the default embedded HTTP server in Orthanc <= 1.5.1)")
+set(ENABLE_CIVETWEB OFF CACHE BOOL "Use Civetweb instead of Mongoose")
 set(ENABLE_PKCS11 OFF CACHE BOOL "Enable PKCS#11 for HTTPS client authentication using hardware security modules and smart cards")
 set(ENABLE_PROFILING OFF CACHE BOOL "Whether to enable the generation of profiling information with gprof")
 set(ENABLE_SSL ON CACHE BOOL "Include support for SSL")