diff options
author | Slávek Banko <[email protected]> | 2022-01-30 16:45:54 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-01-30 17:10:58 +0100 |
commit | 6b34028d26ec2252858049170a934bfaace88925 (patch) | |
tree | 87e06e5b2366ecda724f49fab03d262e0c368e1d /CMakeLists.txt | |
parent | b353103ec003ea1c87f8ffe3ff2caf061cbfa44f (diff) | |
download | tork-6b34028d26ec2252858049170a934bfaace88925.tar.gz tork-6b34028d26ec2252858049170a934bfaace88925.zip |
Use common rules for build and install documentation.
Signed-off-by: Slávek Banko <[email protected]>
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 77ae662..f50f16f 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 ) |