We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf8031 commit 7c94a80Copy full SHA for 7c94a80
Findsuitesparse.cmake
@@ -18,13 +18,13 @@ endif()
18
find_path(suitesparse_cholmod_INCLUDE_DIR
19
NAMES cholmod.h
20
HINTS ${SUITESPARSE_DIRS}
21
- PATH_SUFFIXES "include" "include/suitesparse"
+ PATH_SUFFIXES include
22
)
23
24
find_path(suitesparse_spqr_INCLUDE_DIR
25
NAMES SuiteSparseQR.hpp
26
27
28
29
30
find_library(suitesparse_cholmod_LIBRARY
0 commit comments