From 2278118de5028694d66a94de1b98ff9fcbcaa6e0 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Fri, 29 Jan 2021 18:47:11 +0200 Subject: Enabled translation option in CMakeLists.txt Signed-off-by: Mavridis Philippe --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e66f9d1..6ecaafc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ option( WITH_EMBEDDED_SQLITE "Use included SQLite instead of system one" ${WITH option( BUILD_ALL "Build all" ON ) option( BUILD_DOC "Build documentation" ${BUILD_ALL} ) option( BUILD_KLAMMAIL "Build Klammail (e-mail filter)" ${BUILD_ALL} ) -# option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} ) +option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} ) ##### configure checks ########################## -- cgit v1.2.1