Revert "Windows: add win-sdk/wgl externals during bootstrapping (#43459)" (#43819)

This reverts commit 9e2558bd56.
This commit is contained in:
John W. Parent
2024-04-24 12:24:28 -04:00
committed by GitHub
parent e8b76c27e4
commit 641ab95a31
2 changed files with 0 additions and 40 deletions

View File

@@ -1572,8 +1572,6 @@ Microsoft Visual Studio
"""""""""""""""""""""""
Microsoft Visual Studio provides the only Windows C/C++ compiler that is currently supported by Spack.
Spack additionally requires that the Windows SDK (including WGL) to be installed as part of your
visual studio installation as it is required to build many packages from source.
We require several specific components to be included in the Visual Studio installation.
One is the C/C++ toolset, which can be selected as "Desktop development with C++" or "C++ build tools,"
@@ -1581,7 +1579,6 @@ depending on installation type (Professional, Build Tools, etc.) The other requ
"C++ CMake tools for Windows," which can be selected from among the optional packages.
This provides CMake and Ninja for use during Spack configuration.
If you already have Visual Studio installed, you can make sure these components are installed by
rerunning the installer. Next to your installation, select "Modify" and look at the
"Installation details" pane on the right.