Currently, if OpenJPEG is found, only version information in summary is correct and the information right after `find_package(OpenJPEG)` is wrong. ``` -- Found system OpenJPEG: openjp2 (found version "") ``` The reason is OpenJPEGConfig.cmake only sets `OPENJPEG_MAJOR_VERSION`, `OPENJPEG_MINOR_VERSION` and `OPENJPEG_BUILD_VERSION` but not `OPENJPEG_VERSION`.pull/24749/head
parent
a050285058
commit
4ee4479cd7
2 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue