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:
63d98fd
)
Make the build reproducible
author
Reiner Herrmann
<reiner@reiner-h.de>
Mon, 22 Mar 2021 21:04:27 +0000
(21:04 +0000)
committer
Matthias Klose
<doko@ubuntu.com>
Mon, 22 Mar 2021 21:04:27 +0000
(21:04 +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 21449792766eef0969cb175605a30afb0e49c847..d2685e7116ce9ac9abe607258c5064668536c6c3 100644
(file)
--- 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}")