mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Added missing whitespace.
This commit is contained in:
parent
10cc85343a
commit
b49c78ed96
@ -172,7 +172,7 @@ endif()
|
||||
if (_GLFW_X11_GLX)
|
||||
|
||||
# Set up library and include paths
|
||||
list(APPEND glfw_INCLUDE_DIRS${OPENGL_INCLUDE_DIR})
|
||||
list(APPEND glfw_INCLUDE_DIRS ${OPENGL_INCLUDE_DIR})
|
||||
list(APPEND glfw_LIBRARIES ${OPENGL_gl_LIBRARY})
|
||||
|
||||
set(GLFW_PKG_DEPS "${GLFW_PKG_DEPS} gl")
|
||||
|
Loading…
Reference in New Issue
Block a user