Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenFlipper-Free
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
9f39f8c3
Commit
9f39f8c3
authored
Dec 11, 2015
by
Max Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add CoMISo to COMISO_INCLUDE_DIR so that <Base/...> includes work
parent
14197aad
Pipeline
#321
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
cmake/FindCoMISo.cmake
cmake/FindCoMISo.cmake
+3
-0
No files found.
cmake/FindCoMISo.cmake
View file @
9f39f8c3
...
...
@@ -37,6 +37,9 @@ FIND_PATH( COMISO_INCLUDE_DIR CoMISo/Solver/MISolver.hh
if
(
COMISO_INCLUDE_DIR AND COMISO_CONFIG_INCLUDE_DIR
)
# add COMISO_INCLUDE_DIR/CoMISo so stuff in CoMISo/Base can be included by <Base/...>
set
(
COMISO_INCLUDE_DIR
"
${
COMISO_INCLUDE_DIR
}
;
${
COMISO_INCLUDE_DIR
}
/CoMISo"
)
FILE
(
READ
${
COMISO_CONFIG_INCLUDE_DIR
}
/CoMISo/Config/config.hh CURRENT_COMISO_CONFIG
)
set
(
COMISO_OPT_DEPS
""
)
...
...
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