From 048bf95d25b984106b275da551ec67cefdd4c5bc Mon Sep 17 00:00:00 2001 From: Max Luebke Date: Mon, 7 Nov 2022 17:11:06 +0100 Subject: [PATCH] chore: remove unusable input script from install macro --- data/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 1b8faa28e..1a3f09755 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1 +1,6 @@ -install(FILES SimDol2D.R SimDol2D_diffu.R SimDol1D_diffu.R DESTINATION data) +install( +FILES + SimDol2D_diffu.R + SimDol1D_diffu.R +DESTINATION + data)