deps/glad: Make X11 required as well
To keep consistency with the EGL line
This commit is contained in:
parent
2fd8a6df55
commit
59744e95c3
2
deps/glad/CMakeLists.txt
vendored
2
deps/glad/CMakeLists.txt
vendored
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user