We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ad395 commit dd43045Copy full SHA for dd43045
cmake/exiv2Config.cmake.in
@@ -25,6 +25,10 @@ if(NOT @BUILD_SHARED_LIBS@) # if(NOT BUILD_SHARED_LIBS)
25
if(@EXV_HAVE_LIBICONV@) # if(EXV_HAVE_LIBICONV)
26
find_dependency(Iconv REQUIRED)
27
endif()
28
+
29
+ if(NOT "@HAVE_STD_FORMAT@") # if(NOT HAVE_STD_FORMAT)
30
+ find_dependency(fmt REQUIRED)
31
+ endif()
32
33
34
include("${CMAKE_CURRENT_LIST_DIR}/exiv2Export.cmake")
0 commit comments