Skip to content
Snippets Groups Projects
Commit 73064935 authored by Markus Blatt's avatar Markus Blatt
Browse files

Mode macro name for adding gmp flags consistent

[[Imported from SVN: r7071]]
parent 49702d32
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
#
# adds GMP flags to the targets
function(dune_add_gmp_flags _targets)
function(add_dune_gmp_flags _targets)
if(GMP_FOUND)
foreach(_target ${_targets})
target_link_libraries(${_target} ${GMP_LIBRARIES})
......@@ -23,7 +23,7 @@ function(dune_add_gmp_flags _targets)
endforeach(_path ${GMP_INCLUDE_DIRS})
endforeach(_target ${_targets})
endif(GMP_FOUND)
endfunction(dune_add_gmp_flags)
endfunction(add_dune_gmp_flags)
# search for location of header gmpxx.h", only at positions given by the user
find_path(GMP_INCLUDE_DIR
......
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