Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #12198 from rsgnz/require-fmt10
Require system library fmt >= 10.1
  • Loading branch information
AdmiralCurtiss committed Sep 24, 2023
2 parents 117bfd3 + 1a9d946 commit b5b28da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -630,7 +630,7 @@ if (_M_X86)
endif()
add_subdirectory(Externals/cpp-optparse)

dolphin_find_optional_system_library(fmt Externals/fmt 8)
dolphin_find_optional_system_library(fmt Externals/fmt 10.1)

add_subdirectory(Externals/imgui)
add_subdirectory(Externals/implot)
Expand Down

0 comments on commit b5b28da

Please sign in to comment.