Skip to content

file(GLOB): Ensure entire file list is sorted

Shane Parris requested to merge slp091020/cmake:sort_glob_output into master

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