mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Sort images file list also for cmake
This is not needed for recent cmake versions, but since we expect
also older cmake version be used, sort the list nevertheless.
See https://reproducible-builds.org/ for why this matters.
Amends b8e3615
This commit is contained in:
parent
13c3c1485b
commit
acf8df28b3
@ -50,6 +50,7 @@ file(GLOB_RECURSE images_gif ${IMAGES_DIR}/*.gif)
|
||||
file(GLOB_RECURSE images_svgz ${IMAGES_DIR}/*.svgz)
|
||||
|
||||
set(images ${images_png} ${images_gif} ${images_svgz})
|
||||
list(SORT images)
|
||||
|
||||
file(REMOVE ${RESOURCE_NAME})
|
||||
if(EXISTS ${RESOURCE_NAME})
|
||||
|
Loading…
Reference in New Issue
Block a user