From: Reiner Herrmann Date: Wed, 12 Oct 2016 23:48:11 +0000 (+0100) Subject: Make the build reproducible X-Git-Tag: archive/raspbian/0.6.3-7+rpi1~1^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=16c9a3118691bbd520f036757562fe6a5102295c;p=yaml-cpp.git Make the build reproducible Bug-Debian: https://bugs.debian.org/808714 Last-Update: 2016-10-11 Gbp-Pq: Name reproducible-build.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7243d86..79d96b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,6 +100,7 @@ set(library_sources ${contrib_private_headers} ) add_sources(${library_sources}) +list(SORT library_sources) if(VERBOSE) message(STATUS "sources: ${sources}")