[PATCH] D93136: [test-suite] ClamAV CMake fix.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 15 10:29:11 PST 2020
Meinersbur added a comment.
You are right, FindGettext seems to look for some commands, not the library.
Can you still do the find_package change?
================
Comment at: MultiSource/Applications/ClamAV/CMakeLists.txt:173
)
+include(FindIntl)
+target_link_libraries(clamscan ${Intl_LIBRARIES})
----------------
Meinersbur wrote:
> Please use `find_package` (also see https://cmake.org/cmake/help/latest/manual/cmake-modules.7.html#find-modules)
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