From c85d1ae1fea9b29cfded7adfa90f1cd2a89b428f Mon Sep 17 00:00:00 2001 From: Artem Grinev Date: Mon, 2 Nov 2020 17:53:05 +0300 Subject: [PATCH] Explanation why ICU is needed for usersq module --- src/modules/usersq/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/usersq/CMakeLists.txt b/src/modules/usersq/CMakeLists.txt index 37b4416ad..6ef277395 100644 --- a/src/modules/usersq/CMakeLists.txt +++ b/src/modules/usersq/CMakeLists.txt @@ -29,6 +29,7 @@ if( LibPWQuality_FOUND ) add_definitions( -DCHECK_PWQUALITY -DHAVE_LIBPWQUALITY ) endif() +#needed for ${_users}/Config.cpp find_package( ICU COMPONENTS uc i18n ) set_package_properties( ICU PROPERTIES