summaryrefslogtreecommitdiff
path: root/cmake/ssl.cmake
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2020-03-06 23:28:26 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2020-03-06 23:28:26 +0100
commit440452628d95476674922c6c097825509a002d8d (patch)
treec6bceadee16d4286de4d3f37eec43bb250077502 /cmake/ssl.cmake
parentf8ab5ca374243977f331cdf6e569386230a7fddb (diff)
parent75d286c2cc46092148f13b6b9026f52a54926a84 (diff)
downloadmariadb-git-440452628d95476674922c6c097825509a002d8d.tar.gz
Merge branch '10.2' into 10.3
Diffstat (limited to 'cmake/ssl.cmake')
-rw-r--r--cmake/ssl.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/ssl.cmake b/cmake/ssl.cmake
index 2ec370404df..cc4f0d2daa0 100644
--- a/cmake/ssl.cmake
+++ b/cmake/ssl.cmake
@@ -149,6 +149,7 @@ MACRO (MYSQL_CHECK_SSL)
SET(CMAKE_REQUIRED_INCLUDES ${OPENSSL_INCLUDE_DIR})
SET(CMAKE_REQUIRED_LIBRARIES ${SSL_LIBRARIES})
+ SET(CMAKE_REQUIRED_INCLUDES ${OPENSSL_INCLUDE_DIR})
CHECK_SYMBOL_EXISTS(ERR_remove_thread_state "openssl/err.h"
HAVE_ERR_remove_thread_state)
CHECK_SYMBOL_EXISTS(EVP_aes_128_ctr "openssl/evp.h"