We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3101

Summary: Missing checks for SDL_VIDEO_OPENGL_ES2 (ANGLE) on windows in CMakeLists.txt (2.0.4rc2)
Product: SDL Reporter: Mark Logan <mark>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED DUPLICATE QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: amaranth72
Version: 2.0.3   
Hardware: x86   
OS: Windows (All)   

Description Mark Logan 2015-08-24 16:05:53 UTC
Sorry for filing this under 2.0.3, its actually an issue with 2.0.4rc2, but there is no version entry for that.

It appears there is nothing in CMakeLists.txt that will ever enable EGL/OpenGLES2 on windows via the SDL_VIDEO_OPENGL_ES2 compiler define.

We had to modify CMakeLists.txt in order to get 2.0.4rc2 to use ANGLE on windows. With 2.0.3 it worked perfectly.
Comment 1 Alex Szpakowski 2015-08-26 14:11:53 UTC
I had filed this bug just the other day. ;)

I also have a patch which I plan to apply, maybe later today.

*** This bug has been marked as a duplicate of bug 3081 ***