Skip to content
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

Set default generator based on whether ninja is available #602

Merged
merged 5 commits into from
Oct 12, 2022

Conversation

jjwilke
Copy link
Contributor

@jjwilke jjwilke commented Sep 22, 2022

Only sets default generator if Ninja is available

@jjwilke jjwilke added the category:bug-fix PR is a bug fix and will be classified as such in release notes label Sep 22, 2022
install.py Outdated
cmake_generator_default = None
else:
cmake_generator_default = "Ninja"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@manopapad manopapad changed the base branch from branch-22.10 to branch-22.12 September 30, 2022 21:57
@manopapad manopapad merged commit b01ee12 into nv-legate:branch-22.12 Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bug-fix PR is a bug fix and will be classified as such in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants