From 7b2a1fb93f533150e00e5c1e57b3d0b8acd9edef Mon Sep 17 00:00:00 2001 From: Timo Koch Date: Fri, 8 Nov 2019 10:46:03 +0100 Subject: [PATCH] [examples] Fix CMake warning about missing named argument --- examples/shallowwaterfriction/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/shallowwaterfriction/CMakeLists.txt b/examples/shallowwaterfriction/CMakeLists.txt index 67111126e6..dedc4d0a59 100644 --- a/examples/shallowwaterfriction/CMakeLists.txt +++ b/examples/shallowwaterfriction/CMakeLists.txt @@ -1,6 +1,4 @@ -add_input_file_links() -dune_symlink_to_source_files("params.input") - +dune_symlink_to_source_files(FILES "params.input") dune_add_test(NAME example_shallowwaterfriction SOURCES main.cc -- GitLab