Skip to content
Snippets Groups Projects
Commit 41343018 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[cmake][bugfix] Fix typos in CMakeLists.txt

parent afd068cc
No related branches found
No related tags found
1 merge request!42[cmake] Apply the CMAKE_GUARD parameter of dune_add_Test to dune-istl
......@@ -55,12 +55,12 @@ if(SUPERLU_FOUND)
endif()
dune_add_test(NAME umfpackamgtest
SOURCES amgtest.cc\
SOURCES amgtest.cc
CMAKE_GUARD SuiteSparse_UMFPACK_FOUND)
dune_add_test(NAME umfpackfastamgtest
SOURCES fastamg.cc
SuiteSparse_UMFPACK_FOUND)
CMAKE_GUARD SuiteSparse_UMFPACK_FOUND)
dune_add_test(SOURCES twolevelmethodtest.cc)
......
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