From deae7a46e76e1ae833ed99526e4bebd7756d4458 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 18 Jan 2019 20:49:45 +0000 Subject: [PATCH] Make the build reproducible Bug-Debian: https://bugs.debian.org/808714 Last-Update: 2016-10-11 Gbp-Pq: Name reproducible-build.patch --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae2578e..dfae429 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,6 +106,7 @@ set(library_sources ${contrib_private_headers} ) add_sources(${library_sources}) +list(SORT library_sources) if(VERBOSE) message(STATUS "sources: ${sources}") -- 2.30.2