From 2be8529ec34885c413aec758846dbffbfc40a4a9 Mon Sep 17 00:00:00 2001 From: Mizux Date: Fri, 19 Nov 2021 14:55:58 +0100 Subject: [PATCH] Update README.md --- bazel/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bazel/README.md b/bazel/README.md index 9db874ef1e..be10e9bab7 100644 --- a/bazel/README.md +++ b/bazel/README.md @@ -53,7 +53,6 @@ You must compile OR-Tools using C++17: ```sh bazel build --cxxopt=-std=c++17 //...:all ``` - * on Windows when using MSVC: ```sh bazel build --cxxopt="-std:c++17" //...:all @@ -61,13 +60,12 @@ You must compile OR-Tools using C++17: ## Testing -You must compile OR-Tools using C++17: +You may run tests using: * on UNIX: ```sh bazel test --cxxopt=-std=c++17 //...:all ``` - * on Windows when using MSVC: ```sh bazel test --cxxopt="-std:c++17" //...:all