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
ac065448
Commit
ac065448
authored
Feb 23, 2016
by
Fabio Bas
Browse files
Added 64bit libraries each path for libmysqlclient
parent
66634c9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
servatrice/CMakeLists.txt
View file @
ac065448
...
...
@@ -88,7 +88,7 @@ if(UNIX)
if
(
APPLE
)
SET
(
MYSQLCLIENT_DEFAULT_PATHS
"/usr/local/lib"
"/opt/local/lib/mysql55/mysql/"
"/opt/local/lib/mysql56/mysql/"
)
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
()
elseif
(
WIN32
)
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