Skip to content

Commit

Permalink
increment dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Sep 11, 2022
1 parent cb47136 commit aed9066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else()
add_library(Taskflow::Taskflow ALIAS Taskflow)
endif()

find_package(rapidfuzz 1.4.0 QUIET)
find_package(rapidfuzz 1.5.0 QUIET)
if (rapidfuzz_FOUND)
message("Using system supplied version of rapidfuzz-cpp")
else()
Expand Down

0 comments on commit aed9066

Please sign in to comment.