1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

imgcodecs: fix a minor bug in CMake for JPEG-XL

Remove a likely copy-paste error.
This commit is contained in:
Martin Valgur
2025-06-24 23:33:30 +03:00
committed by GitHub
parent e392b3843e
commit 0fac0e760f
-5
View File
@@ -23,11 +23,6 @@ if(HAVE_JPEG)
list(APPEND GRFMT_LIBS ${JPEG_LIBRARIES})
endif()
if(HAVE_JPEGXL)
ocv_include_directories(${OPENJPEG_INCLUDE_DIRS})
list(APPEND GRFMT_LIBS ${OPENJPEG_LIBRARIES})
endif()
if(HAVE_WEBP)
add_definitions(-DHAVE_WEBP)
ocv_include_directories(${WEBP_INCLUDE_DIR})