comparison Resources/CMake/DatabasesFrameworkConfiguration.cmake @ 83:ff2d56d37bfd

fix windows build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jan 2019 14:51:51 +0100
parents 515a783630df
children 4cd7e45b671e
comparison
equal deleted inserted replaced
81:515a783630df 83:ff2d56d37bfd
28 28
29 if (ENABLE_POSTGRESQL_BACKEND) 29 if (ENABLE_POSTGRESQL_BACKEND)
30 set(ENABLE_CRYPTO_OPTIONS ON) 30 set(ENABLE_CRYPTO_OPTIONS ON)
31 set(ENABLE_SSL ON) 31 set(ENABLE_SSL ON)
32 set(ENABLE_ZLIB ON) 32 set(ENABLE_ZLIB ON)
33
34 if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
35 set(ENABLE_OPENSSL_ENGINES ON)
36 endif()
33 endif() 37 endif()
34 38
35 if (ENABLE_MYSQL_BACKEND) 39 if (ENABLE_MYSQL_BACKEND)
36 set(ENABLE_CRYPTO_OPTIONS ON) 40 set(ENABLE_CRYPTO_OPTIONS ON)
37 set(ENABLE_SSL ON) 41 set(ENABLE_SSL ON)