Skip to content
Snippets Groups Projects
Commit cc624207 authored by Steven Murray's avatar Steven Murray
Browse files

Added /usr/lib64 to the library search paths of cmake/Findmysql.cmake so that...

Added /usr/lib64 to the library search paths of cmake/Findmysql.cmake so that msql libraries can be found on newer linux distributions such as Fedora
parent aea2e748
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ find_path(MYSQL_INCLUDE_DIRS
find_library(MYSQL_LIBRARIES
NAME mysqlclient
PATHS /usr/lib64/mysql/
PATHS /usr/lib64/mysql /usr/lib64
NO_DEFAULT_PATH)
message (STATUS "MYSQL_INCLUDE_DIRS = ${MYSQL_INCLUDE_DIRS}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment