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.
2 parents a09f8f8 + 60ae82b commit 32a6a3eCopy full SHA for 32a6a3e
FindSuiteSparse.cmake
@@ -64,7 +64,7 @@ find_library(SUITESPARSE_CONFIG_LIB
64
PATH_SUFFIXES "lib" "lib32" "lib64" "Lib"
65
NO_DEFAULT_PATH
66
)
67
-# now also include the deafult paths
+# now also include the default paths
68
find_library(SUITESPARSE_CONFIG_LIB
69
NAMES "suitesparseconfig"
70
@@ -93,7 +93,7 @@ foreach(_component ${SUITESPARSE_COMPONENTS})
93
PATH_SUFFIXES "lib" "lib32" "lib64" "${_component}" "${_component}/Lib"
94
95
96
- #now also include the deafult paths
+ #now also include the default paths
97
find_library(${_component}_LIBRARY
98
NAMES "${_componentLower}"
99
0 commit comments