Skip to content

Commit

Permalink
Merge branch 'master' of github.com:strukturag/libheif
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Sep 22, 2024
2 parents a0cf9c4 + dd08810 commit 8fb37ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heifio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ target_compile_definitions(heifio
LIBHEIF_EXPORTS
HAVE_VISIBILITY)

find_package(TIFF)
find_package(TIFFq)
if (TIFF_FOUND)
target_sources(heifio PRIVATE decoder_tiff.cc decoder_tiff.h encoder_tiff.h encoder_tiff.cc)
target_link_libraries(heifio PRIVATE TIFF::TIFF)
Expand Down

0 comments on commit 8fb37ee

Please sign in to comment.