File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ set(CASS_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR})
5
5
set (CASS_SRC_DIR "${CASS_ROOT_DIR} /src" )
6
6
set (CASS_INCLUDE_DIR "${CASS_ROOT_DIR} /include" )
7
7
8
- # Allow user to specify the location of applink.c. Some Windows builds require this as an
9
- # interface into OpenSSL BIO ops. See https://docs.openssl.org/1.1.1/man3/OPENSSL_Applink/#synopsis
10
- set (CASS_OPENSSL_APPLINK "" )
11
-
12
8
# Ensure functions/modules are available
13
9
list (APPEND CMAKE_MODULE_PATH ${CASS_ROOT_DIR} /cmake)
14
10
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ endif()
13
13
14
14
if (CASS_USE_OPENSSL)
15
15
list (APPEND SOURCES ssl/ssl_openssl_impl.cpp ssl/ring_buffer_bio.cpp)
16
+ # Allow user to specify the location of applink.c. Some Windows builds require this as an
17
+ # interface into OpenSSL BIO ops. See https://docs.openssl.org/1.1.1/man3/OPENSSL_Applink/#synopsis
16
18
if (WIN32 AND (NOT CASS_OPENSSL_APPLINK STREQUAL "" ))
17
19
list (APPEND SOURCES ${CASS_OPENSSL_APPLINK} )
18
20
endif ()
You can’t perform that action at this time.
0 commit comments