You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locally it is working fine, even with a complete conan package test from qpdf examples generating a new pdf.
It is at the moment red in ci build states, just because of:
-- Configuring incomplete, errors occurred!
qpdf/11.1.0:
CMake Error at CMakeLists.txt:2 (cmake_minimum_required):
CMake 3.16 or higher is required. You are running version 3.15.7
How to cope here with the cmake version requirement mismatch between ci and the package? Especially interesting is that boost-ext-ut/all/test_package/CMakeLists.txt was already able to merge with such a high cmake requirement. How was that solved there?
The text was updated successfully, but these errors were encountered:
Thanks for pointing out the way to go. I updated accordingly the PR
cguentherTUChemnitz
changed the title
[request] qpdf/11.1.0; help necessary for too old cmake version on ci-runners
[request] qpdf/11.1.0; reviewers required
Sep 26, 2022
Package Details
Description Of The Library / Tool
qpdf provides command line binaries as well as c and c++ libraries. It is a 2.1k github stars project.
pull-request already there:
#13113
Locally it is working fine, even with a complete conan package test from qpdf examples generating a new pdf.
It is at the moment red in ci build states, just because of:
How to cope here with the cmake version requirement mismatch between ci and the package? Especially interesting is that
boost-ext-ut/all/test_package/CMakeLists.txt
was already able to merge with such a high cmake requirement. How was that solved there?The text was updated successfully, but these errors were encountered: