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

allow disabling backend when installing #15

Merged
merged 3 commits into from
Jul 11, 2022
Merged

allow disabling backend when installing #15

merged 3 commits into from
Jul 11, 2022

Conversation

ver217
Copy link
Member

@ver217 ver217 commented Jul 8, 2022

No description provided.

std::unordered_set<std::string> backends = get_backends();
if (backends.find(backend) == backends.end())
return false;
// TODO: do probe for backend
Copy link
Member Author

Choose a reason for hiding this comment

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

@oahzxl You can complete this function later.

@feifeibear feifeibear merged commit 5025028 into main Jul 11, 2022
@oahzxl oahzxl deleted the feature/backend branch July 12, 2022 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants