From a71465d024dfd665147012a12044bd17809372a9 Mon Sep 17 00:00:00 2001 From: mraunak <83710963+mraunak@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:42:12 -0700 Subject: [PATCH] Update configure.py --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 28b3101ab67..befa76554e3 100644 --- a/configure.py +++ b/configure.py @@ -808,7 +808,7 @@ def choose_compiler(environ_cp): def choose_compiler_Win(environ_cp): question = 'Do you want to use Clang to build TensorFlow?' - yes_reply = 'Please use "--config=win_clang" to compile TensorFlow with CLANG.' + yes_reply = 'Add "--config=win_clang" to compile TensorFlow with CLANG.' no_reply = 'MSVC will be used to compile TensorFlow.' var = int( get_var(