summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2014-11-07 19:17:37 -0500
committerAllen Winter <allen.winter@kdab.com>2014-11-07 19:17:37 -0500
commitb0538ef473c7340063760d309586ea516756d1d9 (patch)
tree18cfb86df999aba386ba942e5010e27d980abc73 /cmake
parentb3705db2d154961dd1f10d54020d103634777125 (diff)
downloadlibical-git-b0538ef473c7340063760d309586ea516756d1d9.tar.gz
FindICU.cmake - print ICU_VERSION if found
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindICU.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindICU.cmake b/cmake/modules/FindICU.cmake
index 4776932f..01ff8a89 100644
--- a/cmake/modules/FindICU.cmake
+++ b/cmake/modules/FindICU.cmake
@@ -74,6 +74,7 @@ endif ()
if (ICU_FOUND)
if (NOT ICU_FIND_QUIETLY)
+ message(STATUS "Found ICU version ${ICU_VERSION}")
message(STATUS "Found ICU header files in ${ICU_INCLUDE_DIRS}")
message(STATUS "Found ICU libraries: ${ICU_LIBRARIES}")
endif ()