From ccea65dbaec583af47384e160b579ce82447b24e Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Thu, 28 Apr 2016 18:56:49 +0100 Subject: [PATCH] CMakeLists.txt: Fixed package description summary --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51a75c4..309e235 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,7 @@ add_subdirectory(examples/gatttool) set(CPACK_PACKAGE_INSTALL_DIRECTORY /usr CACHE STRING "Install directory (default: /usr).") set(CPACK_PACKAGE_VERSION 0.1) set(CPACK_PACKAGE_CONTACT "Olivier Martin ") -set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Library to access GATT information from Bluetooth Low Power devices") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Library to access GATT information from Bluetooth Low Energy (BLE) devices") set(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${CPACK_PACKAGE_VERSION}") #