mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
[ci skip] Updated CMakeLists to default to MariaDB instead of MySQL
This commit is contained in:
parent
88b405edee
commit
42352359ad
@ -133,7 +133,7 @@ ENDIF(EQEMU_ENABLE_BOTS)
|
|||||||
|
|
||||||
#database
|
#database
|
||||||
IF(MySQL_FOUND AND MariaDB_FOUND)
|
IF(MySQL_FOUND AND MariaDB_FOUND)
|
||||||
SET(DATABASE_LIBRARY_SELECTION MySQL CACHE STRING "Database library to use:
|
SET(DATABASE_LIBRARY_SELECTION MariaDB CACHE STRING "Database library to use:
|
||||||
MySQL
|
MySQL
|
||||||
MariaDB"
|
MariaDB"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user