Skip to content

Commit

Permalink
Build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 29, 2023
1 parent 1e79141 commit e36b9be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/Modules/FindtlRender.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ mark_as_advanced(
tlRender_glad_LIBRARY)

set(tlRender_tlIO_LIBRARIES libjpeg-turbo::turbojpeg-static )
if (PNG_FOUND)
list(APPEND tlRender_tlIO_LIBRARIES PNG)
endif()
if (TIFF_FOUND)
list(APPEND tlRender_tlIO_LIBRARIES TIFF)
endif()
Expand Down

0 comments on commit e36b9be

Please sign in to comment.