From a8134d5a80bfca5eef9a1cad91835a93d0205dbd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 5 Mar 2021 10:58:33 +0900 Subject: Copy translations to a new directory layout. Signed-off-by: Michele Calgaro (cherry picked from commit 5167e4b9373acab2e0dae17d5ca1e1592b31fff6) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 542bfe1..0855761 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( src ) tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files -- cgit v1.2.1