Skip to content

Commit

Permalink
Quiet CMake warning for fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
adayton1 committed Jul 18, 2023
1 parent 38ce7d5 commit 14c8886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tpl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ if (NOT TARGET camp)
endif ()

if (NOT TARGET fmt::fmt-header-only)
find_package(fmt)
find_package(fmt QUIET)

if (NOT fmt_FOUND)
add_subdirectory(umpire/fmt)
Expand Down

0 comments on commit 14c8886

Please sign in to comment.