Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
a0e148a5
Commit
a0e148a5
authored
May 24, 2018
by
schultz
Browse files
fixed include search path
parent
2b4538de
Pipeline
#7082
passed with stages
in 6 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/FindMUMPS.cmake
View file @
a0e148a5
...
...
@@ -38,7 +38,7 @@ find_path(MUMPS_INCLUDE_DIR NAMES dmumps_c.h
PATHS
"$ENV{IPOPT_HOME}/ThirdParty/Mumps/MUMPS/include/"
"/usr/include/"
"
${
VS_SEARCH_PATH
}
Ipopt-3.12.9/include/mumps"
"
${
VS_SEARCH_PATH
}
Ipopt-3.12.4/Ipopt/MSVisualStudio/v8-ifort/installed/include/mumps
/include/
"
"
${
VS_SEARCH_PATH
}
Ipopt-3.12.4/Ipopt/MSVisualStudio/v8-ifort/installed/include/mumps"
)
find_library
(
MUMPS_LIBRARY_DEBUG
...
...
Write
Preview
Supports
Markdown
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