Jonathan Guzmán
Jonathan Guzmán
this is due to: [CMP0148](https://cmake.org/cmake/help/latest/policy/CMP0148.html) I think it could be replaced by [FindPython3](https://cmake.org/cmake/help/latest/module/FindPython3.html#module:FindPython3), probably something like this should be enough to remove the warning and be backwards compatible: ```cmake if(CMAKE_VERSION...
#454 fixed this
I think the package no longer has a maintainer in debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051207 you can check if it works using the latest version here (3.3.2), both cmake or meson can create...
I think SRombauts is not the maintainer of the nuget package, you can contact the owner here: https://www.nuget.org/packages/SQLiteCpp/1.1.1/ContactOwners
please see #490, same steps should apply to check if it is an error here or in Debian
the failing CI is not related to this PR so it can be safely ignored, only changes in the readme were made
seems an error related to #432 this issue is only specific to vcpkg as cmake is working as expected, still I think it should be a good idea to put...
I think this issue is more related to how it is packaged in conan index, can you check if this issue is specific to conan? vcpkg seems to be working...
sounds like there is a namespace pollution, probably curses is defining an "OK" constant that is causing the issue? this is very common in some libraries that expose macros so...