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

[!830] correct name PTScotch_FOUND variable in AddPTScotchFlags

Merge branch 'feature/find_ptscotch' into 'master'

ref:core/dune-common\>

### Summary

Quick-Fix of a typo in the cmake variable name

See merge request [core/dune-common!830]

  [core/dune-common!830]: gitlab.dune-project.org/core/dune-common/merge_requests/830
parents 0febb2ae 5a552db4
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