diff options
| author | Alexander Neumann <neumann@imt.uni-luebeck.de> | 2021-09-29 10:24:13 +0000 | 
|---|---|---|
| committer | Nicolas Fella <nicolas.fella@gmx.de> | 2021-11-06 15:23:25 +0000 | 
| commit | e542d27d667e1f1f1c2766166bfc0641c8816edc (patch) | |
| tree | a15a8d0d13f72c065e90640e266604890a6b08d8 | |
| parent | 8f7831c83f11f38c060fd0717b925b1fa28cd3d8 (diff) | |
| download | extra-cmake-modules-e542d27d667e1f1f1c2766166bfc0641c8816edc.tar.gz extra-cmake-modules-e542d27d667e1f1f1c2766166bfc0641c8816edc.tar.bz2  | |
FindEGL add 'lib' prefix for windows.
| -rw-r--r-- | find-modules/FindEGL.cmake | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/find-modules/FindEGL.cmake b/find-modules/FindEGL.cmake index 467cde31..747901b3 100644 --- a/find-modules/FindEGL.cmake +++ b/find-modules/FindEGL.cmake @@ -60,6 +60,7 @@ find_path(EGL_INCLUDE_DIR  find_library(EGL_LIBRARY      NAMES          EGL +        libEGL      HINTS          ${PKG_EGL_LIBRARY_DIRS}  )  | 
