-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Windows: Use pre-installed CMake and Ninja #80918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
etcwilde
merged 1 commit into
swiftlang:main
from
etcwilde:ewilde/use-installed-cmake-ninja
Apr 19, 2025
Merged
Windows: Use pre-installed CMake and Ninja #80918
etcwilde
merged 1 commit into
swiftlang:main
from
etcwilde:ewilde/use-installed-cmake-ninja
Apr 19, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@swift-ci please smoke test |
compnerd
reviewed
Apr 18, 2025
a6b5a3d
to
54289fa
Compare
@swift-ci please smoke test |
compnerd
approved these changes
Apr 19, 2025
54289fa
to
25b2df6
Compare
@swift-ci please smoke test |
25b2df6
to
2ae9ca3
Compare
@swift-ci please smoke test |
Teach build.ps1 to search for a pre-installed CMake and Ninja from the PATH instead of only using one installed in Visual Studio. If one is not installed or on the path, the script will attempt to use one installed in Visual Studio. Preference is given to the executable found in the path environment variable.
2ae9ca3
to
b15303d
Compare
@swift-ci please smoke test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Teach build.ps1 to search for a pre-installed CMake and Ninja from the PATH instead of only using one installed in Visual Studio. If one is not installed or on the path, the script will attempt to use one installed in Visual Studio. Preference is given to the executable found in the path environment variable.