Skip to content

Commit

Permalink
Fix syntax error FindEGL.cmake. Fixes #70
Browse files Browse the repository at this point in the history
Wrong uncommented lines.
  • Loading branch information
psaavedra committed Jul 31, 2019
1 parent 943f85f commit dd58e03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/FindEGL.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# - Try to Find EGL
# Once done, this will define
#
GL::egl - an imported library target.
EGL_FOUND - a boolean variable.
EGL_INCLUDE_DIR - directory containing the EGL/egl.h header.
EGL_LIBRARY - path to the EGL library.
# GL::egl - an imported library target.
# EGL_FOUND - a boolean variable.
# EGL_INCLUDE_DIR - directory containing the EGL/egl.h header.
# EGL_LIBRARY - path to the EGL library.
#
# Copyright (C) 2019 Igalia S.L.
#
Expand Down

0 comments on commit dd58e03

Please sign in to comment.