changeset 6:7d2bc8ac883e

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Jun 2019 17:08:41 +0200
parents 58a9a644bd15
children 5217b1be6c4a
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Jun 13 16:06:27 2019 +0200
+++ b/CMakeLists.txt	Thu Jun 13 17:08:41 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)