Skip to content
Snippets Groups Projects
Verified Commit 8ef5231d authored by Tobias Meisel's avatar Tobias Meisel Committed by Lars Bilke
Browse files

[T] Add xdmfdiff as submodule to ogs

parent c0511e34
No related branches found
No related tags found
No related merge requests found
...@@ -46,3 +46,6 @@ ...@@ -46,3 +46,6 @@
[submodule "ThirdParty/spdlog"] [submodule "ThirdParty/spdlog"]
path = ThirdParty/spdlog path = ThirdParty/spdlog
url = https://github.com/gabime/spdlog.git url = https://github.com/gabime/spdlog.git
[submodule "ThirdParty/xdmfdiff"]
path = ThirdParty/xdmfdiff
url = https://gitlab.opengeosys.org/ogs/xdmfdiff.git
Subproject commit 428760e717acef51fdedcc2bf3e56474c1b971ef
...@@ -21,7 +21,7 @@ set(REQUIRED_SUBMODULES ...@@ -21,7 +21,7 @@ set(REQUIRED_SUBMODULES
${OGS_ADDITIONAL_SUBMODULES_TO_CHECKOUT} ${OGS_ADDITIONAL_SUBMODULES_TO_CHECKOUT}
) )
if(BUILD_TESTING) if(BUILD_TESTING)
list(APPEND REQUIRED_SUBMODULES ThirdParty/vtkdiff) list(APPEND REQUIRED_SUBMODULES ThirdParty/vtkdiff ThirdParty/xdmfdiff)
endif() endif()
if(OGS_BUILD_UTILS) if(OGS_BUILD_UTILS)
# Required by the partmesh tool, which is build with utils only. # Required by the partmesh tool, which is build with utils only.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment