-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Better ptex glew find #808
Better ptex glew find #808
Conversation
Filed as internal issue #USD-5178 |
"${PTEX_LOCATION}/include/Ptex" | ||
"${PTEX_LOCATION}/include/wdas" | ||
"$ENV{PTEX_LOCATION}/include/Ptex" | ||
"$ENV{PTEX_LOCATION}/include/wdas" |
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.
It seems like "${PTEX_LOCATION}/include/wdas" and the ENV version are already included above on lines 67 and 69.
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.
Well spotted, thanks. Fixed in another commit.
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.
That's great, thanks so much, @charlesfleche
Better ptex glew find (Internal change: 1959855)
* Enable dawn webgpu build and test. * Remove some cases from skip list as it is fixed and will be merged. * Update skiplist comment.
Description of Change(s)
This PR improves the
FindGLEW
andFindPTex
cmake modules by allowing searching in customlib64
directories for GLEW and PTex include subfolder.Fixes Issue(s)