[PATCH] D93136: [test-suite] ClamAV CMake fix.
Nichols A. Romero via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 14 22:05:31 PST 2020
naromero77 added a comment.
The CMake documentation says to use FindIntl for the gettext libintl libraries
https://cmake.org/cmake/help/latest/module/FindIntl.html#module:FindIntl
but use FindGettext for tools (msmerge, msgfmt, etc.).
ClamAV is only using the former.
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93136/new/
https://reviews.llvm.org/D93136
More information about the llvm-commits
mailing list