mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Use plain cat instead of cmake -E cat to join the migratable-prefs.
Cmake -E's cat is too new.
This commit is contained in:
@@ -29,7 +29,7 @@ set(gschema_migration_files ${local_migration_files} CACHE INTERNAL "gschema mig
|
||||
# Provide gnucash runtime with a list of migratable preferences
|
||||
add_custom_command(
|
||||
OUTPUT ${DATADIR_BUILD}/${PROJECT_NAME}/migratable-prefs.xml
|
||||
COMMAND ${CMAKE_COMMAND} -E cat ${gschema_migration_files} > ${DATADIR_BUILD}/${PROJECT_NAME}/migratable-prefs.xml
|
||||
COMMAND cat ${gschema_migration_files} > ${DATADIR_BUILD}/${PROJECT_NAME}/migratable-prefs.xml
|
||||
DEPENDS ${gschema_migration_files}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user