comparison Resources/CMake/DatabasesFrameworkConfiguration.cmake @ 81:515a783630df

injecting fix to issue #105 into the mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jan 2019 13:32:34 +0100
parents 714c5d2bee76
children ff2d56d37bfd
comparison
equal deleted inserted replaced
67:714c5d2bee76 81:515a783630df
25 if (ENABLE_SQLITE_BACKEND) 25 if (ENABLE_SQLITE_BACKEND)
26 set(ENABLE_SQLITE ON) 26 set(ENABLE_SQLITE ON)
27 endif() 27 endif()
28 28
29 if (ENABLE_POSTGRESQL_BACKEND) 29 if (ENABLE_POSTGRESQL_BACKEND)
30 set(ENABLE_CRYPTO_OPTIONS ON)
30 set(ENABLE_SSL ON) 31 set(ENABLE_SSL ON)
31 set(ENABLE_ZLIB ON) 32 set(ENABLE_ZLIB ON)
32 endif() 33 endif()
33 34
34 if (ENABLE_MYSQL_BACKEND) 35 if (ENABLE_MYSQL_BACKEND)