update rapidfuzz-cpp

This commit is contained in:
Max Bachmann 2024-10-24 16:09:14 +02:00
parent bc51a8be0a
commit 049fec092b
3 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@ jobs:
run: |
git clone https://github.com/rapidfuzz/rapidfuzz-cpp.git
cd rapidfuzz-cpp
git checkout v3.1.0
git checkout v3.1.1
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
@ -104,7 +104,7 @@ jobs:
run: |
git clone https://github.com/rapidfuzz/rapidfuzz-cpp.git
cd rapidfuzz-cpp
git checkout v3.1.0
git checkout v3.1.1
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .

View File

@ -110,7 +110,7 @@ else()
add_library(Taskflow::Taskflow ALIAS Taskflow)
endif()
find_package(rapidfuzz 3.1.0 QUIET)
find_package(rapidfuzz 3.1.1 QUIET)
if(rapidfuzz_FOUND)
message(STATUS "Using system supplied version of rapidfuzz-cpp")
else()

@ -1 +1 @@
Subproject commit 76befcc17018426dd2a2d29c209c673b651a063e
Subproject commit c6a3ac87c42ddf52f502dc3ed7001c8c2cefb900