Skip to content

Commit

Permalink
Export fmt dependency in CMake config
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos committed Jan 9, 2025
1 parent f07ddc6 commit cbf4157
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 @@ -25,6 +25,10 @@ if(@EXV_HAVE_LIBICONV@) # if(EXV_HAVE_LIBICONV)
find_dependency(Iconv REQUIRED)
endif()

if(NOT "@HAVE_STD_FORMAT@") # if(NOT HAVE_STD_FORMAT)
find_dependency(fmt REQUIRED)
endif()

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

check_required_components(exiv2)
Expand Down

0 comments on commit cbf4157

Please sign in to comment.