diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2022-01-30 16:45:54 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2022-02-01 13:00:57 +0100 |
| commit | 32b670138b0fb0c85bf1d55dd6687c6db672b677 (patch) | |
| tree | 0bb895259750e03a735c1d90e62499faf2c68121 /CMakeLists.txt | |
| parent | 2094f6770b1f2cc2d7c97a37d8a73596a9ebc779 (diff) | |
| download | tork-32b67013.tar.gz tork-32b67013.zip | |
Use common rules for build and install documentation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6b34028d26ec2252858049170a934bfaace88925)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c742f88..f646e5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### directories add_subdirectory( src ) -tde_conditional_add_subdirectory( BUILD_DOC doc ) +tde_conditional_add_project_docs( BUILD_DOC ) tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) |
