Skip to content

Commit 393722a

Browse files
committedMar 27, 2015
Fix typo in OpenGL ES 2 CMake file
1 parent 93fcab9 commit 393722a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎cmake/Modules/FindOpenGLES2.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if(WIN32)
2929
else()
3030
# TODO
3131
# set(OPENGLES_LIBRARY ${SOURCE_DIR}/Dependencies/lib/release/libGLESv2.lib CACHE STRING "OpenGL ES 2.x library for win32"
32-
else()
32+
endif()
3333
endif()
3434
elseif(APPLE)
3535
create_search_paths(/Developer/Platforms)

0 commit comments

Comments
 (0)
Please sign in to comment.