Marked library variable as advanced.

This commit is contained in:
Camilla Berglund 2012-03-25 17:25:03 +02:00
parent 730e2e55c9
commit 8dc1391835
1 changed files with 1 additions and 0 deletions

View File

@ -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()