mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
feat(Cmake/MYSQL): Correct support MariaDB for windows (#1674)
* Delete CMake option MARIADB * Delete definitions (-DMARIADB) * Replace macro MariaDB support 10.2+
This commit is contained in:
@@ -65,13 +65,6 @@ else()
|
||||
message("* Use coreside debug : No (default)")
|
||||
endif()
|
||||
|
||||
if( MARIADB )
|
||||
message("* Enable MariaDB 10.2+ support : Yes")
|
||||
add_definitions(-DMARIADB)
|
||||
else()
|
||||
message("* Enable MariaDB 10.2+ support : No (default)")
|
||||
endif()
|
||||
|
||||
if ( UNIX )
|
||||
if( WITH_PERFTOOLS )
|
||||
message("* Use unix gperftools : Yes")
|
||||
|
||||
Reference in New Issue
Block a user