Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitri Naumov
ogs
Commits
8ef5231d
Verified
Commit
8ef5231d
authored
4 years ago
by
Tobias Meisel
Committed by
Lars Bilke
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[T] Add xdmfdiff as submodule to ogs
parent
c0511e34
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
ThirdParty/xdmfdiff
+1
-0
1 addition, 0 deletions
ThirdParty/xdmfdiff
scripts/cmake/SubmoduleSetup.cmake
+1
-1
1 addition, 1 deletion
scripts/cmake/SubmoduleSetup.cmake
with
5 additions
and
1 deletion
.gitmodules
+
3
−
0
View file @
8ef5231d
...
...
@@ -46,3 +46,6 @@
[submodule "ThirdParty/spdlog"]
path = ThirdParty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "ThirdParty/xdmfdiff"]
path = ThirdParty/xdmfdiff
url = https://gitlab.opengeosys.org/ogs/xdmfdiff.git
This diff is collapsed.
Click to expand it.
xdmfdiff
@
428760e7
Subproject commit 428760e717acef51fdedcc2bf3e56474c1b971ef
This diff is collapsed.
Click to expand it.
scripts/cmake/SubmoduleSetup.cmake
+
1
−
1
View file @
8ef5231d
...
...
@@ -21,7 +21,7 @@ set(REQUIRED_SUBMODULES
${
OGS_ADDITIONAL_SUBMODULES_TO_CHECKOUT
}
)
if
(
BUILD_TESTING
)
list
(
APPEND REQUIRED_SUBMODULES ThirdParty/vtkdiff
)
list
(
APPEND REQUIRED_SUBMODULES ThirdParty/vtkdiff
ThirdParty/xdmfdiff
)
endif
()
if
(
OGS_BUILD_UTILS
)
# Required by the partmesh tool, which is build with utils only.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment