On Sun, 25 Aug 2019, 20:03 Szyk Cech, <[email protected]> wrote > > But I must note that current documentation lies!
It may be incomplete or incorrect, but I assure you it does not consist of any intentional lie. It ignores Sqlite > variables. So in order to compile I had to tweak CMake files! I attached > this patch. Maybe somebody find it useful. > The FindSQLite3.cmake module is quite old and does not follow CMake best practices, e.g. it does not handle properly explicit SQLITE3_LIBRARY Best bet is to use CMake 3.14 or later which comes with much better version of the module https://cmake.org/cmake/help/v3.14/module/FindSQLite3.html ML
_______________________________________________ soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
