diff --git a/CMakeLists.txt b/CMakeLists.txt index 55890cdb..a3171ecf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()