summaryrefslogtreecommitdiffstats
path: root/doc/kuickshow/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/kuickshow/CMakeLists.txt')
-rw-r--r--doc/kuickshow/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/kuickshow/CMakeLists.txt b/doc/kuickshow/CMakeLists.txt
index ec8123d4..64fec645 100644
--- a/doc/kuickshow/CMakeLists.txt
+++ b/doc/kuickshow/CMakeLists.txt
@@ -9,4 +9,6 @@
#
#################################################
-tde_create_handbook( DESTINATION kuickshow )
+if( BUILD_KUICKSHOW )
+ tde_create_handbook( DESTINATION kuickshow )
+endif( )