Skip to content

Commit

Permalink
deps/glad: Make X11 required as well
Browse files Browse the repository at this point in the history
To keep consistency with the EGL line
  • Loading branch information
GeorgesStavracas committed Oct 3, 2020
1 parent 494e753 commit f28b4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/glad/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(glad)
find_package(OpenGL)

if(NOT WIN32 AND NOT APPLE)
find_package(X11)
find_package(X11 REQUIRED)
find_package(EGL REQUIRED)
endif()

Expand Down

0 comments on commit f28b4c2

Please sign in to comment.