From 0c86d31ff209bff2244e2eba87976545c97f6365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 8 Mar 2013 15:57:27 +0100 Subject: [PATCH] Remove kde4_no_enable_final from CMakeLists.txt Tried to build KWin with enable final: it doesn't work. So if nobody uses it, we don't need it in the CMakeLists to make it work. Also it's removed in KF5 which means that removing it right now removes differences in the build system. REVIEW: 109357 --- effects/CMakeLists.txt | 3 --- kcmkwin/CMakeLists.txt | 2 -- 2 files changed, 5 deletions(-) diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index abbbba4941..7fcf9e718f 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -1,6 +1,3 @@ -# the factory macros cause errors -kde4_no_enable_final(kwineffects) - set(kwin_effect_OWN_LIBS kwineffects ) diff --git a/kcmkwin/CMakeLists.txt b/kcmkwin/CMakeLists.txt index 35bd72dd19..c4041a2b7b 100644 --- a/kcmkwin/CMakeLists.txt +++ b/kcmkwin/CMakeLists.txt @@ -1,5 +1,3 @@ -kde4_no_enable_final( kwinoptions ) - add_subdirectory( kwinoptions ) add_subdirectory( kwindecoration ) add_subdirectory( kwinrules )