mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Marked library variable as advanced.
This commit is contained in:
parent
730e2e55c9
commit
8dc1391835
@ -131,6 +131,7 @@ if (_GLFW_X11_GLX)
|
||||
# Check for dlopen support as a fallback
|
||||
|
||||
find_library(DL_LIBRARY dl)
|
||||
mark_as_advanced(DL_LIBRARY)
|
||||
if (DL_LIBRARY)
|
||||
set(CMAKE_REQUIRED_LIBRARIES ${DL_LIBRARY})
|
||||
else()
|
||||
|
Loading…
Reference in New Issue
Block a user