Skip to content

Commit

Permalink
Add missing dependency to expat in export set
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <ryan.friedman+github@avinc.com>
  • Loading branch information
Ryanf55 committed Jul 31, 2023
1 parent 368eab0 commit c54cc59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/exiv2Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ if(@EXIV2_ENABLE_PNG@) # if(EXIV2_ENABLE_PNG)
find_dependency(ZLIB REQUIRED)
endif()

if(@EXIV2_ENABLE_XMP@) # if(EXIV2_ENABLE_XMP)
find_dependency(EXPAT REQUIRED)
endif()

include("${CMAKE_CURRENT_LIST_DIR}/exiv2Export.cmake")

check_required_components(exiv2)

0 comments on commit c54cc59

Please sign in to comment.