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 Feb 1, 2021
1 parent 2fd8a6d commit 59744e9
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 59744e9

Please sign in to comment.