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:
parent
9264bd3e76
commit
7abc872ac3
@ -35,6 +35,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}
|
|||||||
if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
||||||
# libGL needs dlopen() and friends from the dl library
|
# libGL needs dlopen() and friends from the dl library
|
||||||
find_library(DL_LIBRARY dl)
|
find_library(DL_LIBRARY dl)
|
||||||
|
mark_as_advanced(DL_LIBRARY)
|
||||||
include_directories(${OPENGL_INCLUDE_DIR})
|
include_directories(${OPENGL_INCLUDE_DIR})
|
||||||
endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user