[GNC-dev] GnuCash 4.8 Released

Frank H. Ellenberger frank.h.ellenberger at gmail.com
Wed Sep 29 12:58:27 EDT 2021


Hi,

Am 29.09.21 um 01:56 schrieb John Ralls:
> David,
> 
> Unfortunately Geert used a cmake -E command introduced in cmake-3.18, just over a year ago. Fortunately cat is a common shell command, so if you like you can edit gnucash/gschemas/CMakeLists.txt and change line 32 from
>     COMMAND  ${CMAKE_COMMAND} -E cat ${gschema_migration_files} > ${DATADIR_BUILD}/${PROJECT_NAME}/migratable-prefs.xml
> to 
>     COMMAND cat ${gschema_migration_files} > ${DATADIR_BUILD}/${PROJECT_NAME}/migratable-prefs.xml
> 
> Regards,
> John Ralls

How about make it conditional by cmake version?

Regards
Frank


More information about the gnucash-devel mailing list