Skip to content

Commit 03896a4

Browse files
authored
Merge pull request doxygen#11689 from heirecka/explicitly-search-fmt
Explicitly search fmt in the use_sys_fmt=ON case
2 parents d04dbfa + 03b50c1 commit 03896a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ if (use_libclang)
6969
find_package(LLVM CONFIG REQUIRED)
7070
find_package(Clang CONFIG REQUIRED)
7171
endif()
72+
if (use_sys_fmt)
73+
find_package(fmt CONFIG REQUIRED)
74+
endif()
7275
if (use_sys_spdlog)
7376
find_package(spdlog CONFIG REQUIRED)
7477
endif()

0 commit comments

Comments
 (0)