From ab05e8736a6327f0f5dbcbd1185b10d896d2695f Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@c-s.fr>
Date: Thu, 21 Feb 2013 18:47:40 +0100
Subject: [PATCH] COMP: missing component name in install target

---
 i18n/CMakeLists.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/i18n/CMakeLists.txt b/i18n/CMakeLists.txt
index d2a6a77ed2..7f02bfc3a8 100644
--- a/i18n/CMakeLists.txt
+++ b/i18n/CMakeLists.txt
@@ -31,5 +31,7 @@ add_custom_target( i18n ALL DEPENDS ${Monteverdi2_QM_TRANSLATIONS} )
 #----------------------------------------------------------------------------
 # Locale human-readable translation files.
 install(
-  FILES ${Monteverdi2_QM_TRANSLATIONS} DESTINATION ${Monteverdi2_INSTALL_DATA_DIR}/i18n
+  FILES ${Monteverdi2_QM_TRANSLATIONS}
+  DESTINATION ${Monteverdi2_INSTALL_DATA_DIR}/i18n
+  COMPONENT Resources
   )
-- 
GitLab