From afedc38fecc38f131271b057aa1e37a8a5d50405 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Thu, 6 Oct 2022 20:11:16 +0300 Subject: [PATCH] generic: mark LibArchive package as recommended Signed-off-by: Ivailo Monev --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d295cfe..a2476784 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -277,6 +277,7 @@ kde4_optional_find_package(LibArchive 3.0.3) set_package_properties(LibArchive PROPERTIES DESCRIPTION "Multi-format archive and compression library" URL "https://libarchive.org/" + TYPE RECOMMENDED PURPOSE "Archives in TAR, ZIP and other formats" )