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 [!830]

  [!830]: gitlab.dune-project.org/core/dune-common/merge_requests/830
parents 0febb2ae 5a552db4
Branches
Tags
1 merge request!830correct name PTScotch_FOUND variable in AddPTScotchFlags
Pipeline #28035 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