tde_install_export: Sort individual exported files before generating

a summary export file so that the generated output is reproducible.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 857971e810)
v3.5.13-sru
Slávek Banko 2 years ago
parent 4997597603
commit 41d6726c09
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -752,6 +752,7 @@ endmacro( tde_install_libtool_file )
function( tde_install_export )
file( GLOB export_files ${CMAKE_CURRENT_BINARY_DIR}/export-*.cmake )
list( SORT export_files )
set( mode "WRITE" )
foreach( filename ${export_files} )

Loading…
Cancel
Save