diff options
author | Mats Wichmann <mats@linux.com> | 2024-07-02 12:33:45 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2024-07-02 12:33:45 (GMT) |
commit | a16a07160ce97aa83d0c902d44ff9c9b30a0a17d (patch) | |
tree | a188739a6e0b6542b2c71de05658a989aa0f3c56 | |
parent | f40aad1b94fd06936116875903a3862f01095785 (diff) | |
download | SCons-a16a07160ce97aa83d0c902d44ff9c9b30a0a17d.zip SCons-a16a07160ce97aa83d0c902d44ff9c9b30a0a17d.tar.gz SCons-a16a07160ce97aa83d0c902d44ff9c9b30a0a17d.tar.bz2 |
vswhere: remove mention of legacy option [skip appveyor]
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r-- | SCons/Tool/msvc.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/SCons/Tool/msvc.xml b/SCons/Tool/msvc.xml index 596ae99..88bbd79 100644 --- a/SCons/Tool/msvc.xml +++ b/SCons/Tool/msvc.xml @@ -868,12 +868,9 @@ Specify the location of <command>vswhere.exe</command>. Microsoft Visual Studio and Build Tools since the 2017 edition, but is also available as a standalone installation. It allows queries to obtain detailed information about - installations of 2017 and later editions; - with the <option>-legacy</option> argument, - it can return limited information for - installations of the 2010 through 2015 editions. - &SCons; makes use of this information to help determine - the state of compiler support. + installations of 2017 and later editions. + &SCons; makes use of this information to determine + the state of compiler support for those editions. </para> <para> You can set the &cv-VSWHERE; variable to the path to a specific |