diff options
author | Slávek Banko <[email protected]> | 2020-09-29 13:00:36 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-09-29 13:20:01 +0200 |
commit | 5011ca36f000ff346a06c5f963e1c960f1f738f1 (patch) | |
tree | a814bb8729455ee143df5adf4337ba010078226d /CMakeLists.txt | |
parent | 62e72a56efdd899229968eca3e5fc1b6c081f4c2 (diff) | |
download | kerberostray-5011ca36f000ff346a06c5f963e1c960f1f738f1.tar.gz kerberostray-5011ca36f000ff346a06c5f963e1c960f1f738f1.zip |
Move translations to a new directory layout.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 75cc3e6aa607d9b9671efd2aad3882c5ed317bc3)
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 d82103a..b48cfde 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### directories add_subdirectory( src ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files |