cat files in correct order

This commit is contained in:
wmayer
2018-03-25 18:52:46 +02:00
parent 9fa92b39af
commit 113331fcc7

View File

@@ -6,6 +6,7 @@ configure_file(ThirdPartyLibraries.html
if(BUILD_GUI)
FILE(GLOB QCH_FILES freecad.qch.part*)
list(SORT QCH_FILES)
set (DEST_FILE ${CMAKE_CURRENT_BINARY_DIR}/freecad.qch)
foreach(SRC_FILE ${QCH_FILES})
if(${SRC_FILE} IS_NEWER_THAN ${DEST_FILE})