mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 13:03:52 +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
|
# Check for dlopen support as a fallback
|
||||||
|
|
||||||
find_library(DL_LIBRARY dl)
|
find_library(DL_LIBRARY dl)
|
||||||
|
mark_as_advanced(DL_LIBRARY)
|
||||||
if (DL_LIBRARY)
|
if (DL_LIBRARY)
|
||||||
set(CMAKE_REQUIRED_LIBRARIES ${DL_LIBRARY})
|
set(CMAKE_REQUIRED_LIBRARIES ${DL_LIBRARY})
|
||||||
else()
|
else()
|
||||||
|
Loading…
Reference in New Issue
Block a user