mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-14 18:38:50 -05:00
4ab0d37b41
Without this, CMake fails to build on Cray systems with a craype-hugepages modulefile loaded on the front-end due to libhugetlbfs warnings breaking the CXX Feature tests. Filter out the warnings so the bootstrap can proceed to successfully install CMake on Cray Linux systems. Fixes: #20645