summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-01-30 16:01:42 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-01-31 23:23:19 +0100
commit6eb0b661f24ad4d5f19ae114e2504de7e52ebbb5 (patch)
tree19b284fabc8a01e2dd499280ed653a1c3b8f08f6 /CMakeLists.txt
parent8c68c80a46ae202b8683c5a7e46dabeedb73f24f (diff)
downloadktechlab-6eb0b661f24ad4d5f19ae114e2504de7e52ebbb5.tar.gz
ktechlab-6eb0b661f24ad4d5f19ae114e2504de7e52ebbb5.zip
Use common rules for build and install documentation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9ab5d687175d70af5145379608c34f9832043932)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c18e6c5..0b43542 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -74,7 +74,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
add_subdirectory( src )
add_subdirectory( icons )
add_subdirectory( microbe )
-tde_conditional_add_subdirectory( BUILD_DOC doc )
+tde_conditional_add_project_docs( BUILD_DOC )
tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )