Skip to content

Commit

Permalink
Library name in FindODBCCPP.cmake must be in lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
mrylov authored and mrylov committed Dec 7, 2020
1 parent 94fa08e commit a64982b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindODBCCPP.cmake
Expand Up @@ -18,7 +18,7 @@ IF (NOT ODBCCPP_INCLUDE_DIR)
ENDIF (NOT ODBCCPP_INCLUDE_DIR)

IF (NOT ODBCCPP_LIBRARY)
FIND_LIBRARY(ODBCCPP_LIBRARY ODBCCPP
FIND_LIBRARY(ODBCCPP_LIBRARY odbccpp
PATHS
/usr/lib
/usr/local/lib
Expand Down

0 comments on commit a64982b

Please sign in to comment.