1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

pass openssl config to C/C

* set OPENSSL_FOUND
* use FindOpenSSL.cmake compatible variable names in ssl.cmake
* show openssl version in full
This commit is contained in:
Sergei Golubchik
2016-09-12 18:16:51 +02:00
parent 0aa6817e86
commit cacb57b7c2
3 changed files with 21 additions and 21 deletions

View File

@@ -35,6 +35,7 @@ IF(SSL_DEFINES MATCHES "YASSL")
ENDIF()
ELSE()
SET(CONC_WITH_SSL "OPENSSL")
SET(OPENSSL_FOUND TRUE)
ENDIF()
SET(CONC_WITH_CURL OFF)