gnucash/data/accounts
Geert Janssens 0cfb40efeb CMake - use configure_file instead of file(COPY ) wherever possible
file(COPY ) will only trigger when the destination file doesn't exist yet.
It won't retrigger on source file changes.
configure_file on the other hand will. To avoid unwanted substitution
attempts this can be invoked with the COPYONLY keyword.
Disadvantage of configure_file is that it will only take one
input file where file(COPY ) can operate on a list of files.
As such the configure_file statement has to be wrapped in a foreach.

A few uses of file(COPY ) can't be replaced as they are setting
file permissions. And the one in make_dist has been kept as that
always operates on an empty directory, hence copying is guaranteed.

The former will monitor the file for updates and copy it again
the latter will only copy the file if it doesn't exist in the destination yet
2020-04-19 21:23:22 +02:00
..
C CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
ca CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
cs CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
da CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
de_AT CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
de_CH CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
de_DE CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
el_GR CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
en_GB CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
en_IN CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
es_ES CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
es_MX CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
fi_FI CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
fr_BE CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
fr_CA CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
fr_CH CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
fr_FR CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
he CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
hr CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
hu CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
it CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
ja CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
ko CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
lt CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
lv CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
nb CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
nl CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
pl CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
pt_BR CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
pt_PT CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
ru CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
sk CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
sv_AX CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
sv_FI CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
sv_SE CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
tr_TR CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
zh_CN CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
zh_HK CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
zh_TW CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
CMakeLists.txt L12N:hu Remove region code from account templates directory 2020-01-07 13:47:50 +01:00