From 1a9be05c332ddf191612cb781116e1ec58146d80 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 25 Apr 2021 00:06:05 +0300 Subject: [PATCH] generic: CMake warning fix Signed-off-by: Ivailo Monev --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c8f624b..1881d974 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ set_package_properties(Perl PROPERTIES # shared-mime-info 0.40 is mandatory for generic-icon find_package(SharedMimeInfo 0.40) -set_package_properties(Perl PROPERTIES +set_package_properties(SharedMimeInfo PROPERTIES DESCRIPTION "Shared Mime Info" URL "http://freedesktop.org/wiki/Software/shared-mime-info" PURPOSE "Needed for update MIME database"