Skip to content

cmAffinity: Add include for CPU_ZERO on Alpine Linux

Brad King requested to merge brad.king/cmake:alpine-cpu_zero into master

The definition of CPU_ZERO requires <string.h> to be included explicitly for memset. Since IWYU does not agree on other Linux platforms, use a pragma to silence the warning.

Fixes: #19643 (closed)

Merge request reports