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
OpenFlipper-Free
OpenFlipper-Free
Commits
49e1b88e
Commit
49e1b88e
authored
Dec 04, 2015
by
Max Lyon
Browse files
add more search paths to CoMISo finder because config.hh location was changed
parent
371fe977
Pipeline
#250
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/FindCoMISo.cmake
View file @
49e1b88e
...
...
@@ -19,13 +19,16 @@ file (
"
${
CMAKE_SOURCE_DIR
}
/Package-*/libs"
"
${
CMAKE_BINARY_DIR
}
/libs"
"
${
CMAKE_BINARY_DIR
}
/Package-*/libs"
"
${
CMAKE_BINARY_DIR
}
/libs/CoMISo"
"
${
CMAKE_BINARY_DIR
}
/Package-*/libs/CoMISo"
)
# Find CoMISo config file
FIND_PATH
(
COMISO_CONFIG_INCLUDE_DIR CoMISo/Config/config.hh
PATHS
${
_libdirs
}
"
${
CMAKE_BINARY_DIR
}
/../"
)
"
${
CMAKE_BINARY_DIR
}
/../"
"
${
CMAKE_BINARY_DIR
}
/../CoMISo/"
)
FIND_PATH
(
COMISO_INCLUDE_DIR CoMISo/Solver/MISolver.hh
PATHS
${
_libdirs
}
...
...
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