gnucash/bindings
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
..
guile Cmake - rework gnc_add_scheme_deprecated_module to use keyword parameters 2020-03-30 08:41:29 +02:00
python CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
business-core.i Merge branch 'maint' 2020-01-30 20:30:04 +08:00
CMakeLists.txt bindings/guile - remove gnc-module wrapper 2019-12-06 20:38:21 +01:00
core-utils.i Merge branch 'maint' 2020-01-17 18:35:30 +01:00
engine-common.i engine - move guile code to bindings/guile 2019-12-06 19:59:11 +01:00
engine.i Merge branch 'maint' 2020-01-14 19:56:35 +01:00