From b3f717c582c6d21fbfc0d35cbccf79f8021e6f7f Mon Sep 17 00:00:00 2001 From: Forkk Date: Thu, 1 May 2014 13:48:09 -0500 Subject: Include ICU in distributed builds. --- install_prereqs.cmake.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install_prereqs.cmake.in') diff --git a/install_prereqs.cmake.in b/install_prereqs.cmake.in index 4ed7876b..6b50fb76 100644 --- a/install_prereqs.cmake.in +++ b/install_prereqs.cmake.in @@ -6,6 +6,9 @@ function(gp_resolved_file_type_override resolved_file type_var) elseif(resolved_file MATCHES "^/usr/lib(.+)?/libxcb") message("resolving ${resolved_file} as other") set(${type_var} other PARENT_SCOPE) + elseif(resolved_file MATCHES "^/usr/lib(.+)?/libicu") + message("resolving ${resolved_file} as other") + set(${type_var} other PARENT_SCOPE) endif() endfunction() -- cgit v1.2.3