file(GLOB): Ensure entire file list is sorted
Previously, the file list produced by file(GLOB)
commands would not have been sorted in its entirety if multiple globbing expressions were given. Moving the sort operation will fix it.
Merge request reports
Activity
mentioned in merge request !1767 (merged)
- Resolved by Shane Parris
- Resolved by Shane Parris
Please extend the test suite in
Tests/RunCMake/file/
to cover the case of multiple glob expressions for both deduplication and sorting.
added workflow:wip label
added 1 commit
- 8d7d12fe - file(GLOB): Ensure entire file list is sorted
added 1 commit
- cc9e72c4 - Add test for sorting and deduping of file(GLOB) result
assigned to @brad.king
changed milestone to %3.12.0
added workflow:in-review and removed workflow:wip labels
added workflow:nightly-testing and removed workflow:in-review labels
removed workflow:nightly-testing label
mentioned in commit f8adde15
Please register or sign in to reply