changeset 7:5217b1be6c4a

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Jun 2019 17:09:17 +0200
parents 7d2bc8ac883e (diff) 83bafd79af97 (current diff)
children da3228ac9227
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Jun 13 16:45:03 2019 +0200
+++ b/CMakeLists.txt	Thu Jun 13 17:09:17 2019 +0200
@@ -35,7 +35,7 @@
 set(ENABLE_CRYPTO_OPTIONS ON)
 set(ENABLE_ZLIB ON)
 set(ENABLE_WEB_CLIENT ON)
-set(ENABLE_OPENSSL_ENGINES OFF)
+set(ENABLE_OPENSSL_ENGINES ON)  # Necessary on Windows
 
 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake)