From: Reiner Herrmann Date: Mon, 22 Mar 2021 21:04:27 +0000 (+0000) Subject: Make the build reproducible X-Git-Tag: archive/raspbian/0.7.0+dfsg-8+rpi1~2^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=501f9b858802375fef4d676a56a101cf92b32b61;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 2144979..d2685e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,6 +88,7 @@ set(library_sources ${contrib_private_headers} ) add_sources(${library_sources}) +list(SORT library_sources) if(VERBOSE) message(STATUS "sources: ${sources}")