Skip to content
Snippets Groups Projects
Commit 5fc75199 authored by Veniamin Gvozdikov's avatar Veniamin Gvozdikov Committed by Roman Tsisyk
Browse files

Fix find path mysql libs

parent fd68c353
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ find_path(MYSQL_INCLUDE_DIR
)
find_library(MYSQL_LIBRARIES
NAMES mysqlclient_r
PATH_SUFFIXES mysql
)
if(MYSQL_INCLUDE_DIR AND MYSQL_LIBRARIES)
......
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