-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
pdfium: migrate to Conan v2 #21130
pdfium: migrate to Conan v2 #21130
Conversation
b41c5aa
to
2539f2c
Compare
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 2539f2cpdfium/95.0.4629@#e4cfa125138f4f91dffc93d0d44a9d23
|
Conan v1 pipeline ✔️All green in build 3 (
Conan v2 pipeline ✔️
All green in build 3 (
|
"Visual Studio": 15, | ||
"gcc": "8", | ||
"msvc": "191", | ||
"Visual Studio": "15", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there no restriction on clang, is the package not compatible with it (Seems like it is based on build logs) or just missing info?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It built fine with Clang 5.0 in Docker. Conan 2 itself failed to install in the old Clang 4.0 container. I guess leaving it unspecified is ok.
Bumped the version to the newest one supported by
pdfium-cmake
.The existing version had compilation issues in its C++17 compatibility library.