Explanation why ICU is needed for usersq module

This commit is contained in:
Artem Grinev 2020-11-02 17:53:05 +03:00
parent 4e54a2aefe
commit c85d1ae1fe

View File

@ -29,6 +29,7 @@ if( LibPWQuality_FOUND )
add_definitions( -DCHECK_PWQUALITY -DHAVE_LIBPWQUALITY ) add_definitions( -DCHECK_PWQUALITY -DHAVE_LIBPWQUALITY )
endif() endif()
#needed for ${_users}/Config.cpp
find_package( ICU COMPONENTS uc i18n ) find_package( ICU COMPONENTS uc i18n )
set_package_properties( set_package_properties(
ICU PROPERTIES ICU PROPERTIES