comparison MySQL/CMakeLists.txt @ 358:1280b40d6696

switch to OpenSSL 3.0.x
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Feb 2022 09:27:40 +0100
parents b5fb8b77ce4d
children 16aac0287485
comparison
equal deleted inserted replaced
355:0513c1b7988b 358:1280b40d6696
35 endif() 35 endif()
36 36
37 include(${CMAKE_SOURCE_DIR}/../Resources/CMake/DatabasesPluginParameters.cmake) 37 include(${CMAKE_SOURCE_DIR}/../Resources/CMake/DatabasesPluginParameters.cmake)
38 38
39 set(ENABLE_MYSQL_BACKEND ON) 39 set(ENABLE_MYSQL_BACKEND ON)
40 set(OPENSSL_STATIC_VERSION "1.1.1" CACHE STRING "Force the use of OpenSSL 1.1.1" FORCE) 40 set(OPENSSL_STATIC_VERSION "3.0" CACHE STRING "Force the use of OpenSSL 3.0.x" FORCE)
41 41
42 include(${CMAKE_SOURCE_DIR}/../Resources/CMake/DatabasesPluginConfiguration.cmake) 42 include(${CMAKE_SOURCE_DIR}/../Resources/CMake/DatabasesPluginConfiguration.cmake)
43 43
44 44
45 if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows") 45 if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")