Closed boegel closed 3 years ago
CMake option: JPEGXL_ENABLE_MANPAGES=OFF
@branfosj Hmm, no?
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_Fortran_COMPILER
CMAKE_Fortran_FLAGS
JPEGXL_ENABLE_MANPAGES
Ah. They've added that option since 0.3.7. :(
It looks like it will need patching out: https://github.com/libjxl/libjxl/blob/9e9bce86164dc4d01c39eeeb3404d6aed85137b2/CMakeLists.txt#L287
Or adding asciidoc as a build dependency.
We could look to update libjxl as well (they released it just after i made the PR)
I looked into asciidoc
once, it was... messy.
So bumping to libjxl
0.5 and using -DJPEGXL_ENABLE_MANPAGES=OFF
then?
Yes, bump libjxl
to 0.5.
libjxl
added in #13453 fails for me with: