diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-10-04 17:53:21 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-10-04 17:53:43 +0300 |
commit | d4506967ed0ab7e450313f3635b07a6e2bfa6ae0 (patch) | |
tree | 54713e8ed0b70aad5e9b84344b1c2a424c45cbdb /indra/cmake | |
parent | d6e8a9109e3adfcd28eee4d2509c0e2818c3caff (diff) |
SL-16542 Openjpeg's header should have remained unchanged.
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/FindOpenJPEG.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/FindOpenJPEG.cmake b/indra/cmake/FindOpenJPEG.cmake index afe319fb06..2d4353b54f 100644 --- a/indra/cmake/FindOpenJPEG.cmake +++ b/indra/cmake/FindOpenJPEG.cmake @@ -9,7 +9,7 @@ # also defined, but not for general use are # OPENJPEG_LIBRARY, where to find the OpenJPEG library. -FIND_PATH(OPENJPEG_INCLUDE_DIR openjp2.h +FIND_PATH(OPENJPEG_INCLUDE_DIR openjpeg.h /usr/local/include/openjpeg /usr/local/include /usr/include/openjpeg |