comparison Resources/CMake/DatabasesFrameworkConfiguration.cmake @ 7:a84b487ccbdc

fix openssl linking
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Jul 2018 08:13:20 +0200
parents 7cea966b6829
children b2ff1cd2907a
comparison
equal deleted inserted replaced
2:17bce6a07b2b 7:a84b487ccbdc
32 endif() 32 endif()
33 33
34 if (ENABLE_MYSQL_BACKEND) 34 if (ENABLE_MYSQL_BACKEND)
35 set(ENABLE_CRYPTO_OPTIONS ON) 35 set(ENABLE_CRYPTO_OPTIONS ON)
36 set(ENABLE_SSL ON) 36 set(ENABLE_SSL ON)
37 set(ENABLE_ZLIB ON)
37 38
38 if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows") 39 if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
39 set(ENABLE_LOCALE ON) # iconv is needed 40 set(ENABLE_LOCALE ON) # iconv is needed
40 set(ENABLE_OPENSSL_ENGINES ON) 41 set(ENABLE_OPENSSL_ENGINES ON)
41 set(ENABLE_WEB_CLIENT ON) # libcurl is needed if targetting Windows 42 set(ENABLE_WEB_CLIENT ON) # libcurl is needed if targetting Windows