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

Remove debugging output from add_dune_ptscotch_flags.

I accidentally commited them.
parent a99515df
Branches
Tags
No related merge requests found
......@@ -9,7 +9,6 @@
function(add_dune_ptscotch_flags _targets)
if(PTSCOTCH_FOUND)
foreach(_target ${_targets})
message("pt-scotch target_link_libraries(${_target} ${PTSCOTCH_LIBRARY} ${PTSCOTCHERR_LIBRARY}")
target_link_libraries(${_target} ${PTSCOTCH_LIBRARY} ${PTSCOTCHERR_LIBRARY})
GET_TARGET_PROPERTY(_props ${_target} INCLUDE_DIRECTORIES)
string(REPLACE "_props-NOTFOUND" "" _props "${_props}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment