Skip to content

Commit

Permalink
Merge pull request #26 from orbea/glew
Browse files Browse the repository at this point in the history
cmake: Use glew_libretro.c even when glew is installed.
  • Loading branch information
inactive123 authored Nov 20, 2017
2 parents bebc63c + 11ed9ee commit 8672e0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ext/glew/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
find_package(GLEW)
if(NOT LIBRETRO)
find_package(GLEW)
endif()
if(GLEW_FOUND)
add_library(system_glew INTERFACE)
add_library(Ext::GLEW ALIAS system_glew)
Expand Down

0 comments on commit 8672e0c

Please sign in to comment.