mirror of
https://github.com/glfw/glfw.git
synced 2025-04-07 06:25:05 +00:00
Re-used library list.
This commit is contained in:
parent
a6981b7f83
commit
24dc846ac2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue