Skip to content
Snippets Groups Projects
Commit 28a7f606 authored by Veniamin Gvozdikov's avatar Veniamin Gvozdikov
Browse files

Fix find path mysql libs

parent 6a75d0b0
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