Skip to content
GitLab
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
5ec2e463
Commit
5ec2e463
authored
Aug 07, 2020
by
Max Lyon
Browse files
fix path to small_exact_constraint_satifaction_example in CMakeLists
parent
449b4a41
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5ec2e463
...
...
@@ -576,7 +576,7 @@ if (COMISO_BUILD_EXAMPLES )
if
(
EXISTS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Examples/small_symmetric_dirichlet/CMakeLists.txt"
)
add_subdirectory
(
Examples/small_symmetric_dirichlet
)
endif
()
if
(
EXISTS
"
${
CMAKE_SOURCE_DIR
}
/Examples/small_exact_constraint_satifaction_example/CMakeLists.txt"
)
if
(
EXISTS
"
${
CMAKE_
CURRENT_
SOURCE_DIR
}
/Examples/small_exact_constraint_satifaction_example/CMakeLists.txt"
)
add_subdirectory
(
Examples/small_exact_constraint_satifaction_example
)
endif
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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