mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix build with cmake older than 3.18
3.18 introduced 'cmake -E cat', but we still have to support versions starting from 3.14.
This commit is contained in:
parent
227159d812
commit
d95a15fb43
@ -30,7 +30,7 @@ set(gschema_preftrans_files ${local_preftrans_files} CACHE INTERNAL "files descr
|
||||
# following GSettings schema changes between gnucash releases
|
||||
add_custom_command(
|
||||
OUTPUT ${DATADIR_BUILD}/${PROJECT_NAME}/pref_transformations.xml
|
||||
COMMAND cat ${gschema_preftrans_files} > ${DATADIR_BUILD}/${PROJECT_NAME}/pref_transformations.xml
|
||||
COMMAND env cat ${gschema_preftrans_files} > ${DATADIR_BUILD}/${PROJECT_NAME}/pref_transformations.xml
|
||||
DEPENDS ${gschema_preftrans_files}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user