Navigation Menu

Skip to content

Commit

Permalink
Fix typo in OpenGL ES 2 CMake file
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowNinja committed Mar 27, 2015
1 parent 93fcab9 commit 393722a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindOpenGLES2.cmake
Expand Up @@ -29,7 +29,7 @@ if(WIN32)
else()
# TODO
# set(OPENGLES_LIBRARY ${SOURCE_DIR}/Dependencies/lib/release/libGLESv2.lib CACHE STRING "OpenGL ES 2.x library for win32"
else()
endif()
endif()
elseif(APPLE)
create_search_paths(/Developer/Platforms)
Expand Down

0 comments on commit 393722a

Please sign in to comment.