diff options
| author | Laszlo Agocs <[email protected]> | 2020-05-29 15:01:42 +0200 |
|---|---|---|
| committer | Alexandru Croitor <[email protected]> | 2020-05-29 23:23:02 +0200 |
| commit | e3361c161449122112266f34e2afffc03b10558f (patch) | |
| tree | b8d0cf6a0b6e2014496511b8682be7f7eafe700c /util/cmake/helper.py | |
| parent | a97a8fcc1a9b832fee2ed0e01258e1664a3e3e69 (diff) | |
CMake: Update src\gui\configure.json and the conversion script
The ANGLE removal's manual configure.cmake changes are now replaced
by updating the conversion script's special cases instead.
Change-Id: I06317fe0202b25bd9f9524da14e1bb0ccbb30cc1
Reviewed-by: Friedemann Kleint <[email protected]>
Reviewed-by: Joerg Bornemann <[email protected]>
Diffstat (limited to 'util/cmake/helper.py')
| -rw-r--r-- | util/cmake/helper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py index 83d19ba2f55..c9a71bf0366 100644 --- a/util/cmake/helper.py +++ b/util/cmake/helper.py @@ -431,7 +431,7 @@ _library_map = [ LibraryMapping("mysql", "MySQL", "MySQL::MySQL"), LibraryMapping("odbc", "ODBC", "ODBC::ODBC"), LibraryMapping("opengl_es2", "GLESv2", "GLESv2::GLESv2"), - LibraryMapping("opengl", "OpenGL", "OpenGL::GL", resultVariable="OpenGL_OpenGL"), + LibraryMapping("opengl", "OpenGL", "OpenGL::GL", resultVariable="OpenGL"), LibraryMapping( "openssl_headers", "WrapOpenSSLHeaders", |
