Skip to content
Snippets Groups Projects
Commit 5a552db4 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

correct names PTScotch_FOUND variable writing

parent 0febb2ae
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ if(PTScotch_FOUND)
endif()
function(add_dune_ptscotch_flags _targets)
if(PTSCOTCH_FOUND)
if(PTScotch_FOUND)
foreach(_target ${_targets})
target_link_libraries(${_target} PTScotch::PTScotch)
endforeach(_target ${_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