diff options
-rw-r--r-- | CMake/Translations.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMake/Translations.cmake b/CMake/Translations.cmake index 9a7127e07..54a635ab6 100644 --- a/CMake/Translations.cmake +++ b/CMake/Translations.cmake @@ -32,10 +32,8 @@ function(apt_add_translation_domain) get_target_property(sources ${target} SOURCES) foreach(source ${sources}) if (source MATCHES TARGET_OBJECTS) - message(IGNORE ${source}) continue() endif() - message(ADD ${source}) path_join(file "${source_dir}" "${source}") file(RELATIVE_PATH relfile ${PROJECT_SOURCE_DIR} ${file}) set(files ${files} ${relfile}) |