Skip to content
Snippets Groups Projects
Commit 4c117613 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[CMake] Remove warning from forgotten "fufem" in endmacro clause

parent 732ca75c
No related branches found
No related tags found
No related merge requests found
......@@ -1193,7 +1193,7 @@ endmacro(dune_add_copy_command file_name)
macro(dune_add_copy_target target_name file_name)
dune_add_copy_command(${file_name})
add_custom_target("${target_name}" ALL DEPENDS "${file_name}")
endmacro(dune_fufem_add_copy_target target_name file_name)
endmacro(dune_add_copy_target target_name file_name)
# This macro adds a copy-dependecy to a target
# The file_name is the name of a file that exists
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment