Mercurial > hg > orthanc-databases
comparison Resources/CMake/DatabasesFrameworkConfiguration.cmake @ 30:e7732cf515df
fix freebsd
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 16 Jul 2018 17:39:24 +0200 |
parents | b2ff1cd2907a |
children | a9b8375099f6 |
comparison
equal
deleted
inserted
replaced
29:2fb9cd42af14 | 30:e7732cf515df |
---|---|
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 | 39 |
39 if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows") | 40 if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows") |
40 set(ENABLE_LOCALE ON) # iconv is needed | |
41 set(ENABLE_OPENSSL_ENGINES ON) | 41 set(ENABLE_OPENSSL_ENGINES ON) |
42 set(ENABLE_WEB_CLIENT ON) # libcurl is needed if targetting Windows | 42 set(ENABLE_WEB_CLIENT ON) # libcurl is needed if targetting Windows |
43 endif() | 43 endif() |
44 endif() | 44 endif() |
45 | 45 |