From b602adb21c8f468eb712be186272945b50f9c430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 23 Dec 2009 13:52:33 +0000 Subject: [PATCH] fix enable final compile svn path=/trunk/KDE/kdebase/workspace/; revision=1065512 --- effects/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index 0c4bf08872..e24aca4edb 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -1,3 +1,6 @@ +# the factory macros cause errors +kde4_no_enable_final(kwineffects) + # Uncomment to have the test effects built as well #add_subdirectory( _test )