> On Sep 29, 2021, at 9:58 AM, Frank H. Ellenberger 
> <frank.h.ellenber...@gmail.com> wrote:
> 
> 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?

Why?

Regards,
John Ralls

_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to