From 1fdde7892d99125e585f3eac92fb67973d5563ea Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 30 Aug 2018 09:55:40 +0200 Subject: CMake: Automatically detect OpenJPEG 2 libraries There is chance that on a system with both versions installed this *might* cause some issues. Such system will be pain to support out of the box anyway. This change allows to use precompiled libraries without extra modifications in the config. --- build_files/cmake/Modules/FindOpenJPEG.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'build_files/cmake/Modules') diff --git a/build_files/cmake/Modules/FindOpenJPEG.cmake b/build_files/cmake/Modules/FindOpenJPEG.cmake index 85a4c131fb1..a6c28be6782 100644 --- a/build_files/cmake/Modules/FindOpenJPEG.cmake +++ b/build_files/cmake/Modules/FindOpenJPEG.cmake @@ -47,6 +47,7 @@ FIND_PATH(OPENJPEG_INCLUDE_DIR FIND_LIBRARY(OPENJPEG_LIBRARY NAMES openjpeg + openjp2 HINTS ${_openjpeg_SEARCH_DIRS} PATH_SUFFIXES -- cgit v1.2.3