Removed unused macro variable.
This commit is contained in:
parent
ebe4df478b
commit
9433ba94a5
@ -28,7 +28,6 @@ if (WIN32)
|
|||||||
set(_GLFW_WIN32_WGL 1)
|
set(_GLFW_WIN32_WGL 1)
|
||||||
|
|
||||||
# Set up library and include paths
|
# Set up library and include paths
|
||||||
set(CMAKE_REQUIRED_LIBRARIES ${OPENGL_gl_LIBRARY})
|
|
||||||
list(APPEND GLFW_INCLUDE_DIR ${OPENGL_INCLUDE_DIR})
|
list(APPEND GLFW_INCLUDE_DIR ${OPENGL_INCLUDE_DIR})
|
||||||
list(APPEND GLFW_LIBRARIES ${OPENGL_gl_LIBRARY})
|
list(APPEND GLFW_LIBRARIES ${OPENGL_gl_LIBRARY})
|
||||||
endif (WIN32)
|
endif (WIN32)
|
||||||
|
Loading…
Reference in New Issue
Block a user