Skip to content
Snippets Groups Projects
Commit 848d3972 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[!367] fix CMAKE_GUARD condition for overlappingschwarztest

Merge branch 'bugfix/cmake_guard_condition_overlappingschwarztest' into 'master'

ref:core/dune-istl\> This MR fixes the CMAKE_GUARD condition for the
overlappingschwarztest.

See merge request [!367]

  [!367]: gitlab.dune-project.org/core/dune-istl/merge_requests/367
parents b86fd33a 05f80ffa
No related branches found
No related tags found
1 merge request!367fix CMAKE_GUARD condition for overlappingschwarztest
Pipeline #25400 passed
......@@ -133,7 +133,7 @@ dune_add_test(SOURCES spqrtest.cc
CMAKE_GUARD SuiteSparse_SPQR_FOUND)
dune_add_test(SOURCES overlappingschwarztest.cc
CMAKE_GUARD SUPERLU_FOUND OR SuiteSparse_UMFPACK_FOUND)
CMAKE_GUARD "SUPERLU_FOUND OR SuiteSparse_UMFPACK_FOUND")
dune_add_test(SOURCES cholmodtest.cc
CMAKE_GUARD SuiteSparse_CHOLMOD_FOUND)
......
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