summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-08-18 15:29:39 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-08-18 15:31:19 +0200
commitbe5f9d8e2c5cece0c4cc011ada571da4ea8ce2e1 (patch)
treed5852e6fd8989f59489fbcc06f313b06eff76842
parent2dc207fa55393f374ee8d49700c5e2a120c7c351 (diff)
downloadtdegraphics-be5f9d8e2c5cece0c4cc011ada571da4ea8ce2e1.tar.gz
tdegraphics-be5f9d8e2c5cece0c4cc011ada571da4ea8ce2e1.zip
Disable kuickshow doc build if kuickshow is disabled
Thanks to Francois Andriot for the patch (cherry picked from commit debc30baa40bdc687b00414733a50c61f71572de)
-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( )