Commit 2787ab2
authored
Pin the commit for OpenGL-Registry (downloaded when building GLEW) (#958)
### Pin the commit for OpenGL-Registry (downloaded when building GLEW)
### Linked issues
n/a
### Summarize your change.
To fix this, `glew.cmake` will clone the `OpenGL-Registry` and checkout
the latest working commit before executing the `make` command. It will
prevent the build system of GLEW to checkout the master of
`OpenGL-Registry`, and it will continue as usual.
### Describe the reason for the change.
A recent changes in https://github.com/KhronosGroup/OpenGL-Registry
(KhronosGroup/OpenGL-Registry@d38ff69)
is causing C++ redefinition of typedef which causes a bunch of errors.
See an opened issue in GLEW repository:
nigels-com/glew#449
### Describe what you have tested and on which operating system.
CI
---------
Signed-off-by: Cédrik Fuoco <cedrik.fuoco@autodesk.com>1 parent c516df6 commit 2787ab2
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
55 | 68 | | |
56 | 69 | | |
57 | 70 | | |
| |||
0 commit comments