Added missing whitespace.
This commit is contained in:
parent
10cc85343a
commit
b49c78ed96
@ -172,7 +172,7 @@ endif()
|
|||||||
if (_GLFW_X11_GLX)
|
if (_GLFW_X11_GLX)
|
||||||
|
|
||||||
# Set up library and include paths
|
# 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})
|
list(APPEND glfw_LIBRARIES ${OPENGL_gl_LIBRARY})
|
||||||
|
|
||||||
set(GLFW_PKG_DEPS "${GLFW_PKG_DEPS} gl")
|
set(GLFW_PKG_DEPS "${GLFW_PKG_DEPS} gl")
|
||||||
|
Loading…
Reference in New Issue
Block a user