blob: ae36089f9f425a1f80851b013670e616e6721a79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b066a04..0e286f2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -116,7 +116,7 @@ find_path(OPENJPEG_INCLUDE_DIR
/opt/local/include # DarwinPorts
/opt/csw/include # Blastwave
/opt/include
- PATH_SUFFIXES openjpeg-2.3 openjpeg-2.2 openjpeg-2.1
+ PATH_SUFFIXES openjpeg-2.5
REQUIRED
)
include_directories(${OPENJPEG_INCLUDE_DIR})
|