summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:11:43 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:11:43 -0500
commit684544c4d155feedcc6d90e3e96b0f380aef6ff7 (patch)
tree1bafd7d12ddf8ee0e592e9a75c2d088e513891d5 /CMakeLists.txt
parent6fb5669626c58d79beb6e9db048d2783cc2198c5 (diff)
downloadtdebase-684544c4d155feedcc6d90e3e96b0f380aef6ff7.tar.gz
tdebase-684544c4d155feedcc6d90e3e96b0f380aef6ff7.zip
Fix BUILD_KWIN->BUILD_TWIN.
Thanks to Fat-Zer.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8d3cbe58f..b678bdffe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -97,7 +97,7 @@ option( BUILD_DOC "Build doc" ${BUILD_ALL} )
option( BUILD_LIBKONQ "Build libkonq" ${BUILD_ALL} )
option( BUILD_KCMINIT "Build kcminit" ${BUILD_ALL} )
option( BUILD_KCONTROL "Build kcontrol" ${BUILD_ALL} )
-option( BUILD_KWIN "Build twin" ${BUILD_ALL} )
+option( BUILD_TWIN "Build twin" ${BUILD_ALL} )
option( BUILD_KATE "Build kate" ${BUILD_ALL} )
option( BUILD_KONQUEROR "Build konqueror" ${BUILD_ALL} )
option( BUILD_KIOSLAVES "Build kioslaves" ${BUILD_ALL} )
@@ -175,7 +175,7 @@ tde_conditional_add_subdirectory( BUILD_DOC doc )
tde_conditional_add_subdirectory( BUILD_LIBKONQ libkonq )
tde_conditional_add_subdirectory( BUILD_KCMINIT kcminit )
add_subdirectory( kcontrol )
-tde_conditional_add_subdirectory( BUILD_KWIN twin )
+tde_conditional_add_subdirectory( BUILD_TWIN twin )
tde_conditional_add_subdirectory( BUILD_KATE kate )
tde_conditional_add_subdirectory( BUILD_KONQUEROR konqueror )
tde_conditional_add_subdirectory( BUILD_KIOSLAVES kioslave )