cmake find sqlite3 library on windows

后端 未结 2 1459
礼貌的吻别
礼貌的吻别 2021-01-23 03:54

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

2条回答
  •  别那么骄傲
    2021-01-23 04:26

    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.

提交回复
热议问题