Skip to content
Snippets Groups Projects
Commit b8b8bdf9 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: fix pqxx lib name in FindPQXX

parent dde476eb
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ ENDIF( PQXX_INCLUDE_DIR )
FIND_PATH( PQXX_INCLUDE_DIR pqxx/pqxx )
FIND_LIBRARY( PQXX_LIBRARY
NAMES PQXX
NAMES pqxx
PATH_SUFFIXES pqxx )
# handle the QUIETLY and REQUIRED arguments and set PQXX_FOUND to TRUE if
......
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