From 39ec936b1fc1565b0fa34bf6421c4b1fa93cba03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 26 Aug 2021 03:26:21 +0200 Subject: Use common rules to build and install documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index be733cc..942f88e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) ##### source directories ######################## add_subdirectory( src ) -#tde_conditional_add_project_doc( BUILD_DOC ) +tde_conditional_add_project_docs( BUILD_DOC ) #tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) -- cgit v1.2.1