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.
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
HYDRA-843 : Add picking test + Link C++ tests with Qt for UI/viewport interaction #94
HYDRA-843 : Add picking test + Link C++ tests with Qt for UI/viewport interaction #94
Changes from all commits
be0a738
fac4838
c90aa3d
5987c93
ee8bb59
07ab827
5b9429a
6f20975
a54766e
ef42886
61aeea1
21bf488
b66143f
24dbdfe
5f7a166
3fe10ee
d25e185
ab8d687
185843c
1a5727d
2dcf9ab
9254150
910bcb8
2fa72ca
42e4997
1e41ae0
60157b7
110498a
f32fb7e
b724358
eed7e1d
490884e
0d0f6fb
1d4edce
49da711
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the new fix for the error I was getting in preflights. This might only be a problem when using Qt, but I'm putting this in the general
compiler_config.cmake
so we don't have to re-discover this again. There's also another discussion to be had about why this error only occurred in preflights, I'll follow up on that separately.