Don't put a trailing dot in set_package_properties

It looks weird given the kind of visualization where this text is
displayed.

Bad:

 * XKB (required version >= 0.5.0), XKB API common to servers and clients., <http://xkbcommon.org>

Good:

 * XKB (required version >= 0.5.0), XKB API common to servers and clients, <http://xkbcommon.org>
wilder-5.24
ivan tkachenko 4 years ago
parent d732ce0432
commit 2a62f37e37
No known key found for this signature in database
GPG Key ID: 4D197017E61437CF
  1. 2
      cmake/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"
)

Loading…
Cancel
Save