mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Re-used library list.
This commit is contained in:
parent
a6981b7f83
commit
24dc846ac2
@ -56,7 +56,7 @@ if (UNIX AND NOT APPLE)
|
||||
include(CheckSymbolExists)
|
||||
|
||||
include(${GLFW_SOURCE_DIR}/CMake/CheckX11Extensions.cmake)
|
||||
set(CMAKE_REQUIRED_LIBRARIES ${X11_X11_LIB} ${OPENGL_gl_LIBRARY})
|
||||
set(CMAKE_REQUIRED_LIBRARIES ${GLFW_LIBRARIES})
|
||||
|
||||
# Check for XRandR (modern resolution switching extension)
|
||||
check_x11_xrandr()
|
||||
|
Loading…
Reference in New Issue
Block a user