23ed1126e5
Architectures like riscv64 where WITH_SIMD takes its default value of 1 but the SIMD detection finds no support (due to, in the case of 3.1.4.1 for riscv64, there being no RVV support at all) were broken as they would still try to build simdcoverage and fail to link it. Apply the upstream fix from the 3.1.x branch. PR: 296754 Reviewed by: desktop (arrowd) Approved by: desktop (arrowd) MFH: 2026Q3