-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
building fail on github actions using cmake 3.30 #863
Comments
@dr3mro does the latest |
libpqxx 7.9.1 stopped compiling for me with the same error after both Homebrew and my Linux distro upgraded CMake to version 3.30. I can confirm that it is fixed on the latest master commit. An official release that contains the fix would be greatly appreciated, because then package managers like Conan will pick it up.
|
OK, coming up! |
@jlnr did the release solve your problem? |
yeah |
Okay, when we can close this ticket. |
Unknown CMake command "cmake_determine_compile_features".
thats all, looks like cmake has changed a method name
https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9366
please fix
The text was updated successfully, but these errors were encountered: