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

Fix extension build on macOS by replacing real Virtual Reality module by a placeholder #93

Merged
merged 4 commits into from
Apr 27, 2022

Conversation

lassoan
Copy link
Collaborator

@lassoan lassoan commented Apr 26, 2022

Virtual Reality is not supported on macOS. Instead of having a build error on the dashboard
and extension missing from the Extensions Manager, we now create an extension that contains
a stub module that just displays the message that Virtual Reality is not supported on the platform.

fixes #92

… by a placeholder

Virtual Reality is not supported on macOS. Instead of having a build error on the dashboard
and extension missing from the Extensions Manager, we now create an extension that contains
a stub module that just displays the message that Virtual Reality is not supported on the platform.

fixes KitwareMedical#92
@lassoan lassoan requested a review from jcfr April 26, 2022 18:18
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
VirtualRealityStub/VirtualRealityStub.py Outdated Show resolved Hide resolved
lassoan and others added 3 commits April 27, 2022 08:35
Co-authored-by: Jean-Christophe Fillion-Robin <[email protected]>
Co-authored-by: Jean-Christophe Fillion-Robin <[email protected]>
Co-authored-by: Jean-Christophe Fillion-Robin <[email protected]>
@lassoan lassoan merged commit 70d5a3b into KitwareMedical:master Apr 27, 2022
@lassoan lassoan deleted the dummy-macos-build branch April 27, 2022 12:37
@lassoan
Copy link
Collaborator Author

lassoan commented Apr 27, 2022

@jcfr thanks for the suggestions, I've applied all of them and merged the PR.

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.

Update extension to display message indicating lack of macOS support and developer support on Linux
2 participants