From 73e2f7fcb820a8eefcc6a34f837c80f560fe2aa9 Mon Sep 17 00:00:00 2001 From: Scott Charlton Date: Mon, 2 Dec 2019 09:30:18 -0700 Subject: [PATCH] Closes https://gitlab.cr.usgs.gov/coupled/IPhreeqc/issues/6 --- advect/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/advect/CMakeLists.txt b/advect/CMakeLists.txt index c4acd8da..2b5dc31e 100644 --- a/advect/CMakeLists.txt +++ b/advect/CMakeLists.txt @@ -1,6 +1,10 @@ # project if (IPHREEQC_FORTRAN_TESTING AND IPHREEQC_ENABLE_MODULE) project(example_advect_f90 Fortran) + + configure_file(phreeqc.dat phreeqc.dat COPYONLY) + + configure_file(ic ic COPYONLY) endif() # files