From 3e6f0279e8b1d551155776b8bec383f95c53fece Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Fri, 13 Jan 2012 17:40:51 +0400 Subject: FindBlueZ: add FeatureSummary --- find-modules/FindBlueZ.cmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'find-modules') diff --git a/find-modules/FindBlueZ.cmake b/find-modules/FindBlueZ.cmake index 04e636f6..3cfdc083 100644 --- a/find-modules/FindBlueZ.cmake +++ b/find-modules/FindBlueZ.cmake @@ -40,5 +40,9 @@ set(BLUEZ_LIBRARIES ${BLUEZ_LIBRARY}) include(FindPackageHandleStandardArgs) find_package_handle_standard_args(BlueZ DEFAULT_MSG BLUEZ_LIBRARY BLUEZ_INCLUDE_DIR) +include(FeatureSummary) +set_package_properties(BlueZ PROPERTIES URL http://www.bluez.org/ + DESCRIPTION "Official Linux Bluetooth protocol stack") + # show the BLUEZ_INCLUDE_DIR and BLUEZ_LIBRARY variables only in the advanced view mark_as_advanced(BLUEZ_INCLUDE_DIR BLUEZ_LIBRARY) -- cgit v1.2.1