I am having more trouble than I\'d expect getting CMake to find the sqlite3.dll
library on Windows 7 (64-bit if that matters). I have downloaded and placed the late
I didn't find that cmake looks for .lib. pls.
please check the cmake file and findSqlite.cmake file inside cmake folder and check for paths it is looking for.
when I gave the full path to the "dll", it worked for me corresponding to the input variable mentioned in cmake file, and it might work for you too.
If your problem is not solved, notify me to edit the answer.