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

[CMake] Set variable SuiteSparse_FOUND with right capitalization

Thanks Dominic for the hint!
parent 65282a53
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,7 @@ endif()
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(
"SuiteSparse"
FOUND_VAR SuiteSparse_FOUND
REQUIRED_VARS
BLAS_FOUND
SUITESPARSE_INCLUDE_DIR
......
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