summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-06-09 23:27:27 +0800
committerruki <[email protected]>2022-06-09 23:27:27 +0800
commit978c59fb6569614bf6cbfa7b449e087911c7d47f (patch)
tree2c813a34ffe7a5bbdeca699369bbf7a4038edcf4
parentdfed765137f9cab024333b8ad30ddd7812266980 (diff)
improve to msvc version
-rw-r--r--xmake/toolchains/msvc/check.lua3
1 files changed, 0 insertions, 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