Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
CoMISo
CoMISo
Commits
c3a9ec35
Commit
c3a9ec35
authored
May 03, 2019
by
Max Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try to improve finding of suitesparse
parent
5316868d
Pipeline
#10102
passed with stages
in 6 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
cmake/FindSUITESPARSE.cmake
cmake/FindSUITESPARSE.cmake
+3
-2
No files found.
cmake/FindSUITESPARSE.cmake
View file @
c3a9ec35
...
...
@@ -174,8 +174,9 @@ else( WIN32 )
# Metis and spqr are optional
FIND_LIBRARY
(
SUITESPARSE_METIS_LIBRARY
NAMES metis
PATHS
${
SUITESPARSE_LIBRARY_DIR
}
)
NAMES coinmetis metis
PATHS
"$ENV{IPOPT_HOME}/lib"
${
SUITESPARSE_LIBRARY_DIR
}
)
if
(
SUITESPARSE_METIS_LIBRARY
)
list
(
APPEND SUITESPARSE_LIBRARIES
${
SUITESPARSE_METIS_LIBRARY
}
)
endif
(
SUITESPARSE_METIS_LIBRARY
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment