From 162c3f067373922551feeb8a750a4e55a003c57b Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Mon, 9 Nov 2020 10:25:46 +0100 Subject: [PATCH] bazel: Fix README.md --- bazel/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bazel/README.md b/bazel/README.md index c61559daf7..2cbc2be993 100644 --- a/bazel/README.md +++ b/bazel/README.md @@ -22,10 +22,10 @@ please use the Makefile or CMake based build instead.** OR-Tools depends on severals mandatory libraries. * Google Abseil-cpp, -* Google Gflags, -* Google Glog, * Google Protobuf, * Google Gtest, +* Bliss, +* SCIP, * GLPK (GNU Linear Programming Kit) ## Compilation