We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95742db commit 0924976Copy full SHA for 0924976
Findfmt.cmake
@@ -31,7 +31,7 @@ The module will also define three cache variables::
31
#]=======================================================================]
32
33
find_path(fmt_INCLUDE_DIR NAMES fmt/format.h)
34
-find_library(fmt_LIBRARY NAMES fmt)
+find_library(fmt_LIBRARY NAMES fmt fmtd)
35
36
set(fmt_INCLUDE_DIRS ${fmt_INCLUDE_DIR})
37
set(fmt_LIBRARIES ${fmt_LIBRARY})
0 commit comments