mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
d4e26b7e88
The commit "Cleanup regular expressions" removed real include filter
expressions and replaced them with lines like
INCLUDE_REGULAR_EXPRESSION("^.*$")
that do no filtering. We simplify the change by removing the lines
altogether.