From 978c59fb6569614bf6cbfa7b449e087911c7d47f Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 9 Jun 2022 23:27:27 +0800 Subject: improve to msvc version --- xmake/toolchains/msvc/check.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/xmake/toolchains/msvc/check.lua b/xmake/toolchains/msvc/check.lua index d92e231b3..670a02a7d 100644 --- a/xmake/toolchains/msvc/check.lua +++ b/xmake/toolchains/msvc/check.lua @@ -91,9 +91,6 @@ function _check_vstudio(toolchain) toolchain:configs_save() cprint("checking for Microsoft Visual Studio (%s) version ... ${color.success}%s", toolchain:arch(), vs) if msvc then - if option.get("verbose") and msvc.program then - cprint("checking for Microsoft C/C++ Compiler (%s) ... ${color.success}%s", toolchain:arch(), msvc.program) - end if msvc.version then cprint("checking for Microsoft C/C++ Compiler (%s) version ... ${color.success}%s", toolchain:arch(), msvc.version) end -- cgit v1.3.1