diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-08-18 15:29:39 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-18 15:29:39 +0200 |
commit | debc30baa40bdc687b00414733a50c61f71572de (patch) | |
tree | b442fac4aedadbfec4622a92dc5e81a7631c8f1d /doc | |
parent | 616c4bd9b3b2dee7d91dc7242227fa5fc5832fb6 (diff) | |
download | tdegraphics-debc30baa40bdc687b00414733a50c61f71572de.tar.gz tdegraphics-debc30baa40bdc687b00414733a50c61f71572de.zip |
Disable kuickshow doc build if kuickshow is disabled
Thanks to Francois Andriot for the patch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kuickshow/CMakeLists.txt | 4 |
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( ) |