From e03bed59829a61f5d8d0dd330b7e448ccb36f419 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 27 Apr 2019 12:19:15 +0200 Subject: [PATCH] Shorten protobuf description --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 865a04e2a..8b047e18d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1818,7 +1818,7 @@ endif() find_package(Protobuf) set_package_properties(Protobuf PROPERTIES URL "https://developers.google.com/protocol-buffers/" - DESCRIPTION "A language-neutral, platform-neutral extensible mechanism for serializing structured data" + DESCRIPTION "Structured data serialization mechanism" PURPOSE "Used to serialize output data in a way that can be read by other applications." TYPE REQUIRED )