Skip to content

Commit 14b05f0

Browse files
authored
Export fmt dependency in CMake config
1 parent b8fd4d1 commit 14b05f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmake/exiv2Config.cmake.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ if(@EXV_HAVE_LIBICONV@) # if(EXV_HAVE_LIBICONV)
2525
find_dependency(Iconv REQUIRED)
2626
endif()
2727

28+
if(NOT @HAVE_STD_FORMAT@) # if(NOT HAVE_STD_FORMAT)
29+
find_dependency(fmt REQUIRED)
30+
endif()
31+
2832
include("${CMAKE_CURRENT_LIST_DIR}/exiv2Export.cmake")
2933

3034
check_required_components(exiv2)

0 commit comments

Comments
 (0)