Skip to content

Commit 19fb8fe

Browse files
committed
testapp: Fixing missing openSSL libraries for jdbc_test.
1 parent f67be40 commit 19fb8fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testapp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ endif()
262262

263263
if(NOT WIN32 AND BUILD_STATIC AND WITH_SSL AND NOT (WITH_SSL STREQUAL "bundled"))
264264
list(APPEND CONCPP_LIBS ssl crypto)
265+
list(APPEND CONCPP_JDBC_LIBS ssl crypto)
265266
endif()
266267

267268
#

0 commit comments

Comments
 (0)