From 7abc872ac3b165cc0de2ecfe6f8f2c833e2b4f14 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Thu, 19 Mar 2009 00:44:10 +0000 Subject: [PATCH] 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 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 75b5d4653..f66ef94e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)