C++ CMake build issue with SQLite3 fixed using pkg-config utility

Fix was released. When I ran `find_package( SQLite3 REQUIRED )` in my CMake script three weeks ago, it failed and output an error.

Click here to read the article