Fix ARM unix build.
This commit is contained in:
parent
50df037bb5
commit
63ab203923
|
@ -356,6 +356,8 @@ if(NOT ANDROID)
|
|||
if(NOT OPENGL_GLU_FOUND)
|
||||
message(FATAL_ERROR "GLU is required but not found")
|
||||
endif()
|
||||
else()
|
||||
set(X11_FOUND 1)
|
||||
endif()
|
||||
|
||||
include(FindALSA OPTIONAL)
|
||||
|
|
Loading…
Reference in New Issue