Skip to content

Commit 32a6a3e

Browse files
Merge pull request #1687 from eltociear/patch-1
Fix typo in FindSuiteSparse.cmake
2 parents a09f8f8 + 60ae82b commit 32a6a3e

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
@@ -64,7 +64,7 @@ find_library(SUITESPARSE_CONFIG_LIB
6464
PATH_SUFFIXES "lib" "lib32" "lib64" "Lib"
6565
NO_DEFAULT_PATH
6666
)
67-
# now also include the deafult paths
67+
# now also include the default paths
6868
find_library(SUITESPARSE_CONFIG_LIB
6969
NAMES "suitesparseconfig"
7070
PATH_SUFFIXES "lib" "lib32" "lib64" "Lib"
@@ -93,7 +93,7 @@ foreach(_component ${SUITESPARSE_COMPONENTS})
9393
PATH_SUFFIXES "lib" "lib32" "lib64" "${_component}" "${_component}/Lib"
9494
NO_DEFAULT_PATH
9595
)
96-
#now also include the deafult paths
96+
#now also include the default paths
9797
find_library(${_component}_LIBRARY
9898
NAMES "${_componentLower}"
9999
PATH_SUFFIXES "lib" "lib32" "lib64" "${_component}" "${_component}/Lib"

0 commit comments

Comments
 (0)