Skip to content

Commit

Permalink
Set options for fmt submodule build
Browse files Browse the repository at this point in the history
  • Loading branch information
adayton1 committed Jul 18, 2023
1 parent 6db05c0 commit 25826e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tpl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ if (NOT TARGET fmt::fmt)
find_package(fmt QUIET)

if (NOT fmt_FOUND)
set(FMT_INSTALL ON)
set(FMT_SYSTEM_HEADERS ON)
add_subdirectory(umpire/fmt)
endif ()
endif ()
Expand Down

0 comments on commit 25826e5

Please sign in to comment.