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

[CMake,SuiteSparse] Fix typo in SPQR header name

parent 1d438d44
Branches
Tags
No related merge requests found
......@@ -114,7 +114,7 @@ endforeach()
# SPQR has different header file name SuiteSparseQR.hpp
#look for header files at positions given by the user
find_path(SPQR_INCLUDE_DIR
NAMES "SuiteSparseQR_C.hpp"
NAMES "SuiteSparseQR.hpp"
PATHS ${SuiteSparse_ROOT}
PATH_SUFFIXES "spqr" "include/spqr" "suitesparse" "include" "src" "SPQR" "SPQR/Include"
NO_DEFAULT_PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment