mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 23:18:38 -06:00
Add cmAnyDirectoryListGenerator, which matches any directory but also sorts matches in the same manner as cmProjectDirectoryListGenerator. Modify SearchFrameworkPrefix to use this, in combination with a literal path (cmAppendPathSegmentGenerator), instead of cmFileListGeneratorGlob (which is removed, as it is no longer used). This improves the consistency of when sorting is available. This uses cmDirectoryListGenerator's new ability to match anything, as mentioned in the previous commit.