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
Branches
Tags
1 merge request!830correct name PTScotch_FOUND variable in AddPTScotchFlags
Pipeline #28034 passed
......@@ -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.
Please register or to comment