aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Giboudeaux <christophe@krop.fr>2018-04-18 11:49:01 +0200
committerChristophe Giboudeaux <christophe@krop.fr>2018-04-18 11:49:01 +0200
commit4560590bf806485cfb6586a53200ca46b1374dda (patch)
tree76b466e063b5d6e517d86dd3adabcb59bda1b64d
parent89fd1b3f39eae88658406486500cd46aa22889fb (diff)
downloadextra-cmake-modules-4560590bf806485cfb6586a53200ca46b1374dda.tar.gz
extra-cmake-modules-4560590bf806485cfb6586a53200ca46b1374dda.tar.bz2
Include FeatureSummary before calling set_package_properties.
-rw-r--r--find-modules/FindGLIB2.cmake2
-rw-r--r--find-modules/FindPulseAudio.cmake2
2 files changed, 4 insertions, 0 deletions
diff --git a/find-modules/FindGLIB2.cmake b/find-modules/FindGLIB2.cmake
index 23a696e3..20495222 100644
--- a/find-modules/FindGLIB2.cmake
+++ b/find-modules/FindGLIB2.cmake
@@ -93,6 +93,8 @@ endif()
mark_as_advanced(GLIB2_INCLUDE_DIRS GLIB2_INCLUDE_DIR
GLIB2_LIBRARIES GLIB2_LIBRARY)
+
+include(FeatureSummary)
set_package_properties(GLIB2 PROPERTIES
URL "https://wiki.gnome.org/Projects/GLib"
DESCRIPTION "Event loop and utility library")
diff --git a/find-modules/FindPulseAudio.cmake b/find-modules/FindPulseAudio.cmake
index 6a5bd563..b0d6333a 100644
--- a/find-modules/FindPulseAudio.cmake
+++ b/find-modules/FindPulseAudio.cmake
@@ -123,6 +123,8 @@ endif()
mark_as_advanced(PulseAudio_INCLUDE_DIRS PULSEAUDIO_INCLUDE_DIR
PulseAudio_LIBRARIES PULSEAUDIO_LIBRARY
PulseAudio_MAINLOOP_LIBRARY PULSEAUDIO_MAINLOOP_LIBRARY)
+
+include(FeatureSummary)
set_package_properties(PulseAudio PROPERTIES
URL "https://www.freedesktop.org/wiki/Software/PulseAudio"
DESCRIPTION "Sound server, for sound stream routing and mixing")