Skip to content

Commit

Permalink
cmake: Update minimum {fmt} version
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser authored and lightningterror committed Mar 20, 2021
1 parent 501a714 commit b819cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/SearchForStuff.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ if((GCC_VERSION VERSION_EQUAL "9.0" OR GCC_VERSION VERSION_GREATER "9.0") AND GC
This text being in a compile log in an open issue may cause it to be closed.")
endif()

find_package(fmt "7.0.3" QUIET)
find_package(fmt "7.1.3" QUIET)
if(NOT fmt_FOUND)
if(EXISTS "${CMAKE_SOURCE_DIR}/3rdparty/fmt/fmt/CMakeLists.txt")
message(STATUS "No system fmt was found. Using bundled")
Expand Down

0 comments on commit b819cfc

Please sign in to comment.