aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-01-13 17:40:51 +0400
committerYury G. Kudryashov <urkud.urkud@gmail.com>2012-01-13 17:40:51 +0400
commit3e6f0279e8b1d551155776b8bec383f95c53fece (patch)
tree7ff5ee6635b0255f1c265d80f2bbb069ee8dadc9
parentfc9427b2f648522316b36636d0b2aa7339f7a508 (diff)
downloadextra-cmake-modules-3e6f0279e8b1d551155776b8bec383f95c53fece.tar.gz
extra-cmake-modules-3e6f0279e8b1d551155776b8bec383f95c53fece.tar.bz2
FindBlueZ: add FeatureSummary
-rw-r--r--find-modules/FindBlueZ.cmake4
1 files changed, 4 insertions, 0 deletions
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)