From 8f7a840a9a73195d3cb8889a14a69a8ab023fa33 Mon Sep 17 00:00:00 2001
From: Slávek Banko <slavek.banko@axis.cz>
Date: Mon, 14 Apr 2025 17:39:21 +0200
Subject: CMake: Install information about the license in the case of the use
 of built-in flags.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
---
 src/plugins/infowidget/geoip/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/infowidget/geoip/CMakeLists.txt b/src/plugins/infowidget/geoip/CMakeLists.txt
index b11354d..f409728 100644
--- a/src/plugins/infowidget/geoip/CMakeLists.txt
+++ b/src/plugins/infowidget/geoip/CMakeLists.txt
@@ -4,7 +4,7 @@
 if( WITH_BUILTIN_FLAGS )
   file(GLOB _pics "${CMAKE_CURRENT_SOURCE_DIR}/*.png" )
   install(
-    FILES ${_pics}
+    FILES ${_pics} FLAGS_LICENCE
     DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/geoip
   )
 endif( )
-- 
cgit v1.2.3

