comparison Resources/CMake/DatabasesFrameworkConfiguration.cmake @ 39:a9b8375099f6

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Jul 2018 21:33:16 +0200
parents e7732cf515df
children b3de8c09c8b0
comparison
equal deleted inserted replaced
38:bc979149e138 39:a9b8375099f6
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 set(ENABLE_ZLIB ON)
38 set(ENABLE_LOCALE ON) # iconv is needed 38 set(ENABLE_LOCALE ON) # iconv is needed
39 set(ENABLE_WEB_CLIENT ON) # libcurl is needed
39 40
40 if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows") 41 if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
41 set(ENABLE_OPENSSL_ENGINES ON) 42 set(ENABLE_OPENSSL_ENGINES ON)
42 set(ENABLE_WEB_CLIENT ON) # libcurl is needed if targetting Windows
43 endif() 43 endif()
44 endif() 44 endif()
45 45
46 46
47 ##################################################################### 47 #####################################################################