summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-08-26 22:55:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-08-26 22:55:45 +0900
commit64ebe0c13bbb28e638d32d624f11be29e7cdb5ce (patch)
tree904f1843587158aab2092f6a9d6f62c4cf13f77a /CMakeLists.txt
parent85278cadecf3d63a6a50e42c070b308ace065a50 (diff)
downloadtdeio-gopher-64ebe0c13bbb28e638d32d624f11be29e7cdb5ce.tar.gz
tdeio-gopher-64ebe0c13bbb28e638d32d624f11be29e7cdb5ce.zip
Fixed messages building and translations.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0f2f584..5f3f062 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,7 +68,7 @@ set( 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 po )
##### write configure files #####################