Skip to content

Commit 7c94a80

Browse files
committed
Revert "Handle new suitesparse version (#171)"
This reverts commit 436d339.
1 parent daf8031 commit 7c94a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Findsuitesparse.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ endif()
1818
find_path(suitesparse_cholmod_INCLUDE_DIR
1919
NAMES cholmod.h
2020
HINTS ${SUITESPARSE_DIRS}
21-
PATH_SUFFIXES "include" "include/suitesparse"
21+
PATH_SUFFIXES include
2222
)
2323

2424
find_path(suitesparse_spqr_INCLUDE_DIR
2525
NAMES SuiteSparseQR.hpp
2626
HINTS ${SUITESPARSE_DIRS}
27-
PATH_SUFFIXES "include" "include/suitesparse"
27+
PATH_SUFFIXES include
2828
)
2929

3030
find_library(suitesparse_cholmod_LIBRARY

0 commit comments

Comments
 (0)