diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-26 22:55:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-26 22:55:45 +0900 |
commit | 64ebe0c13bbb28e638d32d624f11be29e7cdb5ce (patch) | |
tree | 904f1843587158aab2092f6a9d6f62c4cf13f77a /CMakeLists.txt | |
parent | 85278cadecf3d63a6a50e42c070b308ace065a50 (diff) | |
download | tdeio-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.txt | 2 |
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 ##################### |