Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
CMake: dropped unsupported MySQL versions from FindMySQL macro (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolzoom authored Oct 10, 2023
1 parent c783cf7 commit 2da53c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions cmake/macros/FindMySQL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ if(WIN32)
"${PROGRAM_FILES_64}/MySQL/MySQL Server 8.1/lib"
"${PROGRAM_FILES_64}/MySQL/MySQL Server 8.0/lib"
"${PROGRAM_FILES_64}/MySQL/MySQL Server 5.7/lib"
"${PROGRAM_FILES_64}/MySQL/MySQL Server 5.6/lib"
"${PROGRAM_FILES_64}/MySQL/MySQL Server 5.5/lib"
"${PROGRAM_FILES_64}/MySQL/MySQL Server 5.1/lib"
"${PROGRAM_FILES_64}/MySQL/MySQL Server 8.1/lib/opt"
"${PROGRAM_FILES_64}/MySQL/MySQL Server 8.0/lib/opt"
"${PROGRAM_FILES_64}/MySQL/MySQL Server 5.7/lib/opt"
Expand Down
2 changes: 1 addition & 1 deletion src/server/bnetserver/bnetserver.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ SourceDirectory = ""
# MySQLExecutable
# Description: The path to your mysql cli binary.
# If the path is left empty, built-in path from cmake is used.
# Example: "C:/Program Files/MySQL/MySQL Server 5.6/bin/mysql.exe"
# Example: "C:/Program Files/MySQL/MySQL Server 5.7/bin/mysql.exe"
# "mysql.exe"
# "/usr/bin/mysql"
# Default: ""
Expand Down
2 changes: 1 addition & 1 deletion src/server/worldserver/worldserver.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ SourceDirectory = ""
# MySQLExecutable
# Description: The path to your mysql cli binary.
# If the path is left empty, built-in path from cmake is used.
# Example: "C:/Program Files/MySQL/MySQL Server 5.6/bin/mysql.exe"
# Example: "C:/Program Files/MySQL/MySQL Server 5.7/bin/mysql.exe"
# "mysql.exe"
# "/usr/bin/mysql"
# Default: ""
Expand Down

0 comments on commit 2da53c4

Please sign in to comment.