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
can you please try #42371 to see if it works better for you? there are some feat configs that were broken or mishandled, sorry for the mistakes. That PR should handle also your problem
Is your feature request related to a problem? Please describe.
Enabling the openjpeg feature fails to include the library. Commit #38928 inadvertently hard coded the OpenJPEG option to OFF.
Proposed solution
Remove -DWITH_OPENJPEG=OFF in the opencv4 portfile.cmake file.
vcpkg/ports/opencv4/portfile.cmake
Line 416 in cf035d9
The ${FEATURE_OPTIONS} should already include the appropriate definition for WITH_OPENJPEG.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: