Skip to content

Commit

Permalink
increase required rapidfuzz-cpp version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Oct 8, 2023
1 parent c973665 commit c703f2f
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 @@ -91,7 +91,7 @@ else()
add_library(Taskflow::Taskflow ALIAS Taskflow)
endif()

find_package(rapidfuzz 2.0.0 QUIET)
find_package(rapidfuzz 2.1.0 QUIET)
if(rapidfuzz_FOUND)
message(STATUS "Using system supplied version of rapidfuzz-cpp")
else()
Expand Down

0 comments on commit c703f2f

Please sign in to comment.