From debc30baa40bdc687b00414733a50c61f71572de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 18 Aug 2012 15:29:39 +0200 Subject: [PATCH] Disable kuickshow doc build if kuickshow is disabled Thanks to Francois Andriot for the patch --- doc/kuickshow/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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( )