projects
/
yaml-cpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c6e5e3
)
Make the build reproducible
author
Reiner Herrmann
<reiner@reiner-h.de>
Wed, 12 Oct 2016 23:48:11 +0000
(
00:48
+0100)
committer
Paul Novotny
<paul@paulnovo.us>
Wed, 12 Oct 2016 23:48:11 +0000
(
00:48
+0100)
Bug-Debian: https://bugs.debian.org/808714
Last-Update: 2016-10-11
Gbp-Pq: Name reproducible-build.patch
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 7243d8623e3ba70318f6d6cc69c1a2e17deb1093..79d96b9048d0f6ea79a3da3914ba07d3207dd9f9 100644
(file)
--- 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}")