mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-17 12:40:40 -06:00
GNUtoMS: Add search path for VS 2019 environment scripts
Extend the logic from commit abe8a623d9 (GNUtoMS: Add search path for VS
2017 environment scripts, 2017-05-19, v3.8.2~1^2) to consider VS 2019
paths too.
Fixes: #20162
This commit is contained in:
@@ -152,7 +152,7 @@ macro(__windows_compiler_gnu_abi lang)
|
|||||||
|
|
||||||
# Query the VS Installer tool for locations of VS 2017 and above.
|
# Query the VS Installer tool for locations of VS 2017 and above.
|
||||||
set(_vs_installer_paths "")
|
set(_vs_installer_paths "")
|
||||||
foreach(vs RANGE 15 15 -1) # change the first number to the largest supported version
|
foreach(vs RANGE 16 15 -1) # change the first number to the largest supported version
|
||||||
cmake_host_system_information(RESULT _vs_dir QUERY VS_${vs}_DIR)
|
cmake_host_system_information(RESULT _vs_dir QUERY VS_${vs}_DIR)
|
||||||
if(_vs_dir)
|
if(_vs_dir)
|
||||||
list(APPEND _vs_installer_paths "${_vs_dir}/VC/Auxiliary/Build")
|
list(APPEND _vs_installer_paths "${_vs_dir}/VC/Auxiliary/Build")
|
||||||
|
|||||||
Reference in New Issue
Block a user