Skip to content

FindSQLite3: Use pkg-config for SQLite3 hints

Peter Kokot requested to merge petk/cmake:patch-find-sqlite3 into master

This adds pkg-config hints to the FindSQLite3 module in cases where SQLite3 library is not installed in the usual locations, but pkgconf/pkg-config might still find it.

Merge request reports