Update charls dependency to version 0.4.2#644
Conversation
cmake v3.27+ compatibility
Upgraded `charls` to version 0.4.2 and `charls-sys` to version 2.4.4. This ensures compatibility with the latest features, bug fixes, and improvements provided by the upstream libraries.
charls dependency to version 0.4.1charls dependency to version 0.4.2
|
Updated the dependency to 0.4.2 It includes the change to streamline the package. Additional change on that library is the Should I add a |
Oops, I must've overlooked this question. I just gave that a try (add feature The only downside is that each new feature in |
cmake v3.27 introduced CMAKE_LINK_DEPENDS_USE_LINKER define (https://cmake.org/cmake/help/latest/variable/CMAKE_LINK_DEPENDS_USE_LINKER.html) which breaks the build of charls, specially when doing cross compilation.
To fix it CMAKE_LINK_DEPENDS_USE_LINKER=0 is required.