Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
f31a89eb
Commit
f31a89eb
authored
Feb 24, 2016
by
ctrlaltca
Browse files
Merge pull request #1828 from ctrlaltca/fix_mysqlconnector
Fix libmysqlclient detection on 64-bit linux
parents
b2c1ae26
ac065448
Changes
1
Hide whitespace changes
Inline
Side-by-side
servatrice/CMakeLists.txt
View file @
f31a89eb
...
@@ -88,7 +88,7 @@ if(UNIX)
...
@@ -88,7 +88,7 @@ if(UNIX)
if
(
APPLE
)
if
(
APPLE
)
SET
(
MYSQLCLIENT_DEFAULT_PATHS
"/usr/local/lib"
"/opt/local/lib/mysql55/mysql/"
"/opt/local/lib/mysql56/mysql/"
)
SET
(
MYSQLCLIENT_DEFAULT_PATHS
"/usr/local/lib"
"/opt/local/lib/mysql55/mysql/"
"/opt/local/lib/mysql56/mysql/"
)
else
()
else
()
SET
(
MYSQLCLIENT_DEFAULT_PATHS
"/usr/lib"
"/usr/local/lib"
)
SET
(
MYSQLCLIENT_DEFAULT_PATHS
"/usr/lib64"
"/usr/local/lib64"
"/usr/lib"
"/usr/local/lib"
)
endif
()
endif
()
elseif
(
WIN32
)
elseif
(
WIN32
)
SET
(
MYSQLCLIENT_DEFAULT_PATHS
"C:
\\
Program Files
\\
MySQL
\\
MySQL Server 5.5
\\
lib"
"C:
\\
Program Files
\\
MySQL
\\
MySQL Server 5.6
\\
lib"
)
SET
(
MYSQLCLIENT_DEFAULT_PATHS
"C:
\\
Program Files
\\
MySQL
\\
MySQL Server 5.5
\\
lib"
"C:
\\
Program Files
\\
MySQL
\\
MySQL Server 5.6
\\
lib"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment