Skip to content

Sort file lists

Bernhard M. Wiedemann requested to merge bmwiedemann/cmake:sortglob into master

to enable more reproducible builds without patching individual build definitions like https://github.com/gnuradio/gnuradio/pull/1322/files or https://github.com/weidai11/cryptopp/commit/82accdc13bfed8fa52e0b7681f5d10e5100740c4

I guess, there could be nicer approaches, that use the existing list(SORT VARIABLE) code and thus also work on MSWindows

Merge request reports