diff --git a/cmake/modules/FindLibdrm.cmake b/cmake/modules/FindLibdrm.cmake index 9e9d7a646f..cf6e061349 100644 --- a/cmake/modules/FindLibdrm.cmake +++ b/cmake/modules/FindLibdrm.cmake @@ -101,5 +101,5 @@ endif() include(FeatureSummary) set_package_properties(Libdrm PROPERTIES URL "https://wiki.freedesktop.org/dri/" - DESCRIPTION "Userspace interface to kernel DRM services." + DESCRIPTION "Userspace interface to kernel DRM services" ) diff --git a/cmake/modules/FindXKB.cmake b/cmake/modules/FindXKB.cmake index cd9b9a98e2..2a2e45110b 100644 --- a/cmake/modules/FindXKB.cmake +++ b/cmake/modules/FindXKB.cmake @@ -85,5 +85,5 @@ endif() include(FeatureSummary) set_package_properties(XKB PROPERTIES URL "https://xkbcommon.org" - DESCRIPTION "XKB API common to servers and clients." + DESCRIPTION "XKB API common to servers and clients" ) diff --git a/cmake/modules/Findgbm.cmake b/cmake/modules/Findgbm.cmake index 12ef45fd82..0f4ef3771b 100644 --- a/cmake/modules/Findgbm.cmake +++ b/cmake/modules/Findgbm.cmake @@ -100,5 +100,5 @@ endif() include(FeatureSummary) set_package_properties(gbm PROPERTIES URL "https://www.mesa3d.org" - DESCRIPTION "Mesa gbm library." + DESCRIPTION "Mesa gbm library" )