[PATCH] D93136: [test-suite] ClamAV CMake fix.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 14:51:14 PST 2020


Meinersbur added a comment.

I would have done an unequal: `if (NOT TARGET_OS STREQUAL "Darwin")`. libIntl is part of the GNU user space environment, not the kernel, e.g. also apply to GNU/kFreeBSD.

More generally, IMHO cmake should have abstracted over this, for platforms that don't need libIntl.


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