DL_LIBRARY should be "advanced", since it is nothing which usually has ot be set by the user

Alex



svn path=/trunk/KDE/kdelibs/; revision=941171
This commit is contained in:
Alexander Neundorf 2009-03-19 00:44:10 +00:00
parent 9264bd3e76
commit 7abc872ac3

View File

@ -35,6 +35,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}
if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
# libGL needs dlopen() and friends from the dl library
find_library(DL_LIBRARY dl)
mark_as_advanced(DL_LIBRARY)
include_directories(${OPENGL_INCLUDE_DIR})
endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND)