Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
nagelt
ogs
Commits
1a15ec3e
Commit
1a15ec3e
authored
Mar 21, 2017
by
Lars Bilke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[insitu] Added OGS_INSITU as CMake option.
parent
ab10a64b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
CMakeLists.txt
CMakeLists.txt
+2
-0
No files found.
CMakeLists.txt
View file @
1a15ec3e
...
...
@@ -72,6 +72,8 @@ option(OGS_BUILD_METIS "Should metis and the partmesh util be built?" OFF)
option
(
OGS_NO_EXTERNAL_LIBS
"Builds OGS without any external dependencies."
OFF
)
option
(
OGS_INSITU
"Builds OGS with insitu visualization capabilities."
OFF
)
# Linear solvers
option
(
OGS_USE_LIS
"Use Lis"
OFF
)
...
...
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