Skip to content

Commit

Permalink
ensure libfmt is not installed standalone (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbarr committed Jun 21, 2023
1 parent d2bfc05 commit be4600d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ file(GLOB_RECURSE EXTERNAL_SOURCES

# Add fmt
option(USE_SYSTEM_FMT "Use system fmt library" OFF)
option(FMT_INSTALL OFF)
if(USE_SYSTEM_FMT)
find_package(fmt REQUIRED)
else()
Expand Down

0 comments on commit be4600d

Please sign in to comment.