Skip to content
Snippets Groups Projects
Commit 7ad36a69 authored by Dominic Kempf's avatar Dominic Kempf Committed by Christoph Grüninger
Browse files

[Cmake] [Bugfix] fix typo in cmake/modules/AddMETISFlags.cmakewq

parent 99152682
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ function(add_dune_metis_flags _targets)
foreach(_target ${_targets})
target_link_libraries(${_target} ${METIS_LIBRARY})
endforeach(_target ${_targets})
set_property(TARGET ${_targets} APPEND PROPERTIES
set_property(TARGET ${_targets} APPEND PROPERTY
COMPILE_DIRECTORIES ${METIS_INCLUDE_DIR})
endif(METIS_FOUND)
endfunction(add_dune_metis_flags _targets)
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