Skip to content

Commit

Permalink
Add openjpeg-2.4 to PATH_SUFFIXES
Browse files Browse the repository at this point in the history
Add openjpeg-2.4 to PATH_SUFFIXES
  • Loading branch information
alcir authored Aug 8, 2022
1 parent 4c30132 commit 2bdba7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ find_path(OPENJPEG_INCLUDE_DIR
/opt/local/include # DarwinPorts
/opt/csw/include # Blastwave
/opt/include
PATH_SUFFIXES openjpeg-2.5 openjpeg-2.3 openjpeg-2.2 openjpeg-2.1
PATH_SUFFIXES openjpeg-2.5 openjpeg-2.4 openjpeg-2.3 openjpeg-2.2 openjpeg-2.1
REQUIRED
)
include_directories(${OPENJPEG_INCLUDE_DIR})
Expand Down

0 comments on commit 2bdba7f

Please sign in to comment.