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

[SuiteSparse] Fix typo in parameter name.

parent 13673b79
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ set(HAVE_SUITESPARSE ${SUITESPARSE_FOUND})
# register all SuiteSparse related flags
if(SUITESPARSE_FOUND)
dune_register_package_flags(
COMPILE_DEFINITION "ENABLE_SUITESPARSE=1"
COMPILE_DEFINITIONS "ENABLE_SUITESPARSE=1"
LIBRARIES "${SUITESPARSE_LIBRARIES}"
INCLUDE_DIRS "${SUITESPARSE_INCLUDE_DIRS}")
endif()
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