summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2013-08-25 21:52:23 +0400
committerSlávek Banko <slavek.banko@axis.cz>2013-08-29 18:33:02 +0200
commit6a0dda8fff15eb7fc8e60c6d26d7e59139dcb050 (patch)
tree42a339b9e02ecfe70ca970ef38dc37089d9c1d1e /CMakeLists.txt
parent9c6d50d21fad42f6cd83bebbd22c574696e1dc01 (diff)
downloadtdebase-6a0dda8fff15eb7fc8e60c6d26d7e59139dcb050.tar.gz
tdebase-6a0dda8fff15eb7fc8e60c6d26d7e59139dcb050.zip
kdesktop/lock: use kdBacktrace() in case of fail
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9bfc941e5..0ebb51433 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -85,7 +85,6 @@ option( WITH_HAL "Enable HAL support" ${WITH_ALL_OPTIONS} )
option( WITH_TDEHWLIB "Enable TDE hardware library support" OFF )
option( WITH_UPOWER "Enable UPOWER support" ${WITH_ALL_OPTIONS} )
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} )
-option( WITH_KDESKTOP_LOCK_BACKTRACE "Enable backtrace in kdesktop_lock exception handler" ${WITH_ALL_OPTIONS} )
##### options comments ##########################