diff options
author | Michele Calgaro <[email protected]> | 2022-08-29 14:40:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-08-29 17:42:30 +0900 |
commit | 171bba15a85339862f84d5e1f336373a6fd0d1f5 (patch) | |
tree | 3d2ee6e15fa24d05d93918766e76328b778f8b3e /CMakeLists.txt | |
parent | 4629443a2ad6e5f5470119bb89704f82e100103c (diff) | |
download | tastymenu-171bba15a85339862f84d5e1f336373a6fd0d1f5.tar.gz tastymenu-171bba15a85339862f84d5e1f336373a6fd0d1f5.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 9745a2b423ce03fb59ce229728113c316262a84f)
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 bd5863a..306ac7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,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 ) |