Corentin Le Molgat
cfefe417a0
cmake: bump dependencies
* abseil-cpp 20250512.0
* protobuf v31.0
* re2 2024-07-02
* googletest 1.17.0
* benchmark 1.9.2
devNote: to fix a patch not working
```sh
cd ~/.../ortools_repo
cmake -S. -Bbuild -DBUILD_DEPS=ON -DBUILD_EXAMPLES=OFF -DBUILD_SAMPLES=OFF -DBUILD_TESTING=ON
pushd build/_deps/absl-src
git apply --3way ~/.../ortools_repo/patches/abseil-cpp-20250512.0.patch
git mergetool
git diff HEAD -u > ~/.../ortools_repo/patches/abseil-cpp-20250512.0.patch
cd ..
rm -rf absl-*
popd
<repeat>
```
2025-05-22 03:12:46 +02:00
..
2025-05-22 03:12:46 +02:00
2025-03-12 14:12:54 +01:00
2025-05-22 03:12:46 +02:00
2025-04-07 17:46:43 +02:00
2024-10-11 13:08:03 +02:00
2024-10-11 13:08:03 +02:00
2024-10-11 13:08:03 +02:00
2024-10-11 13:08:03 +02:00
2023-11-09 13:21:53 +01:00
2025-05-22 03:12:46 +02:00
2025-05-22 03:12:46 +02:00
2025-03-31 13:25:05 +02:00
2024-10-11 13:08:03 +02:00
2025-05-22 03:12:46 +02:00
2024-10-11 14:42:53 +02:00
2025-04-30 09:55:15 +02:00
2024-07-19 14:50:42 +02:00
2025-04-30 09:55:15 +02:00
2025-05-22 03:12:46 +02:00
2025-04-21 20:39:52 +02:00
2025-03-12 14:12:54 +01:00
2024-10-16 14:54:11 +02:00