pvpgn / pvpgn-server

Next generation of PvPGN server

Home Page:https://pvpgn.pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maria DB Debian 9

TurBoss opened this issue · comments

Hello

when compiling with mysql support
cmake is unable to find mariadb client library etc

I replaced FindMySQL.cmake
with this one to workarround the problem

https://bitbucket.org/danielstuart14/extdb3/raw/2f3532250d605b0318c44939c9446a6a14ed6f59/cmake_modules/FindMariaDB.cmake

cmake seems happy but doesn't build sql driver

ok debian requiers libmariadbclient-dev-compat
no need to replace the findMysql.cmake

fantastic it works!!