Skip to content

Commit

Permalink
Try fix docker mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Jan 6, 2025
1 parent a89d8c0 commit 749b7ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mysql/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
project(userver-mysql CXX)

find_package(OpenSSL REQUIRED)
find_package(ZLIB REQUIRED)
find_package(libmariadb REQUIRED)

userver_module(mysql
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}"
LINK_LIBRARIES_PRIVATE libmariadb ZLIB::ZLIB
LINK_LIBRARIES_PRIVATE libmariadb ZLIB::ZLIB OpenSSL::SSL OpenSSL::Crypto

DBTEST_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/tests"
UTEST_LINK_LIBRARIES libmariadb
Expand Down

0 comments on commit 749b7ba

Please sign in to comment.