summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2017-01-06 12:16:12 -0500
committerAllen Winter <allen.winter@kdab.com>2017-01-06 12:16:12 -0500
commit8eb5cd0be0084e20c6b22620c98207b38b345b71 (patch)
tree47603f9a545547efff4fe4fd622e030d08742cc3 /cmake
parent80dec594735f995e67ff57a1e88223819e93b402 (diff)
downloadlibical-git-8eb5cd0be0084e20c6b22620c98207b38b345b71.tar.gz
buildsystem: setup feature_summary for icu, bdb and python3.
bdb support is built by default if the Berkeley db is found
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindBDB.cmake2
-rw-r--r--cmake/modules/FindICU.cmake2
2 files changed, 4 insertions, 0 deletions
diff --git a/cmake/modules/FindBDB.cmake b/cmake/modules/FindBDB.cmake
index 341e1fda..5782932f 100644
--- a/cmake/modules/FindBDB.cmake
+++ b/cmake/modules/FindBDB.cmake
@@ -5,6 +5,8 @@
# BDB_LIBRARY - Library to link against for the Berkeley DB
#
+set_package_info(BDB "Berkeley DB storage" "http://www.oracle.com/database/berkeley-db")
+
if(BDB_INCLUDE_DIR AND BDB_LIBRARY)
# Already in cache, be silent
set(BDB_FIND_QUIETLY TRUE)
diff --git a/cmake/modules/FindICU.cmake b/cmake/modules/FindICU.cmake
index e62f7371..5908dd59 100644
--- a/cmake/modules/FindICU.cmake
+++ b/cmake/modules/FindICU.cmake
@@ -13,6 +13,8 @@
# ICO_MINOR_VERSION - ICU minor version
#
+set_package_info(ICU "libicu (International Components for Unicode) libraries" "http://www.icu-project.org")
+
if(WIN32)
file(TO_CMAKE_PATH "$ENV{PROGRAMFILES}" _program_FILES_DIR)
endif()