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

[VTK/GLEW] Fix Regression of VTK with newer CMake Versions #7967

Merged
merged 4 commits into from
Sep 6, 2019

Conversation

Neumann-A
Copy link
Contributor

Newer CMake Versions have a new Version of FindGLEW which loads just the config and forgets to define the common GLEW variables. The wrapper now takes care to add those variables back in. Should probably be fixed in either the GLEW configs or in CMakes FindGLEW since it promises to define those variables.

The variables are required by ports like VTK
@Neumann-A
Copy link
Contributor Author

closes #7519
related regression see #7801

@jasjuang
Copy link
Contributor

It should be a good idea to submit this patch to upstream cmake FindGLEW as well.

@Neumann-A
Copy link
Contributor Author

Reported to CMake as https://gitlab.kitware.com/cmake/cmake/issues/19662

@PhoebeHui
Copy link
Contributor

PhoebeHui commented Aug 30, 2019

It failed with 'Download Build Artifacts' steps in linux testing, it's a temp issue, requeue it.

@PhoebeHui
Copy link
Contributor

PhoebeHui commented Sep 5, 2019

@grdowns, could you priority to review and merge this PR? it blocked many people.

@grdowns
Copy link
Contributor

grdowns commented Sep 6, 2019

Apologies for the wait! LGTM -- thanks everyone for the patience

@grdowns grdowns merged commit 257bd7a into microsoft:master Sep 6, 2019
@Neumann-A Neumann-A deleted the fix_glew_vtk branch September 14, 2019 20:34
dennisklein added a commit to dennisklein/FairSoft that referenced this pull request Jan 11, 2021
dennisklein added a commit to dennisklein/FairSoft that referenced this pull request Jan 25, 2021
dennisklein added a commit to FairRootGroup/FairSoft that referenced this pull request Jan 25, 2021
dennisklein added a commit to FairRootGroup/FairSoft that referenced this pull request Jan 25, 2021
dennisklein added a commit to FairRootGroup/FairSoft that referenced this pull request Feb 8, 2021
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

4 participants