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:
ee5ac01
)
Make the build reproducible
author
Reiner Herrmann
<reiner@reiner-h.de>
Fri, 18 Jan 2019 20:49:45 +0000
(20:49 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Fri, 18 Jan 2019 20:49:45 +0000
(20:49 +0000)
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 ae2578e4805d3f52bced0064c09abdaee2c387c9..dfae429daaf0605bfc98d44005f6b7bf6858bfca 100644
(file)
--- 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}")