Skip to content

Commit 0924976

Browse files
committed
Searches for debug version of fmt library
1 parent 95742db commit 0924976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Findfmt.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The module will also define three cache variables::
3131
#]=======================================================================]
3232

3333
find_path(fmt_INCLUDE_DIR NAMES fmt/format.h)
34-
find_library(fmt_LIBRARY NAMES fmt)
34+
find_library(fmt_LIBRARY NAMES fmt fmtd)
3535

3636
set(fmt_INCLUDE_DIRS ${fmt_INCLUDE_DIR})
3737
set(fmt_LIBRARIES ${fmt_LIBRARY})

0 commit comments

Comments
 (0)