summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFat-Zer <fatzer2@gmail.com>2013-07-01 22:49:39 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-01 22:49:39 -0500
commit02bf1e69902e8515adb145a63643cc92189f5c6e (patch)
tree984bc1415f56387b7d7caa54e0b4dd459b6df9db /CMakeLists.txt
parentdb67e0bb9c0b50c09790e2206d8d59b3573d7f55 (diff)
downloadtdebase-02bf1e69902e8515adb145a63643cc92189f5c6e.tar.gz
tdebase-02bf1e69902e8515adb145a63643cc92189f5c6e.zip
Fix tdeioslave build options
This resolves Bug 1557
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 df16178e8..e717aad37 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -145,7 +145,7 @@ option( BUILD_KCONTROL "Build kcontrol" ${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 tdeioslaves" ${BUILD_ALL} )
+option( BUILD_TDEIOSLAVES "Build tdeioslaves" ${BUILD_ALL} )
option( BUILD_KICKER "Build kicker" ${BUILD_ALL} )
option( BUILD_KDESKTOP "Build kdesktop" ${BUILD_ALL} )
option( BUILD_KONSOLE "Build konsole" ${BUILD_ALL} )
@@ -224,7 +224,7 @@ add_subdirectory( kcontrol )
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 tdeioslave )
+tde_conditional_add_subdirectory( BUILD_TDEIOSLAVES tdeioslave )
tde_conditional_add_subdirectory( BUILD_KICKER kicker )
tde_conditional_add_subdirectory( BUILD_KDESKTOP kdesktop )
tde_conditional_add_subdirectory( BUILD_KONSOLE konsole )