From 924eaf3c1a7f7d002a151b173805864b54671371 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 26 Oct 2017 00:30:48 +0200 Subject: CMake: Get rid of some debugging messages This fixes a regression introduced in commit 43b9eb5bac15666fdc0346aca7031fab0fa5e064 CMake: methods: Cleanup link libraries, use OBJECT libraries Gbp-Dch: ignore --- CMake/Translations.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMake') 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}) -- cgit v1.2.3