From b0538ef473c7340063760d309586ea516756d1d9 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Fri, 7 Nov 2014 19:17:37 -0500 Subject: FindICU.cmake - print ICU_VERSION if found --- cmake/modules/FindICU.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake') 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 () -- cgit v1.2.1