Skip to content
Snippets Groups Projects
Commit a08bad42 authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Disabled automatic setup of Tests/Data submodule.

parent 222e9c6b
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,6 @@ set(REQUIRED_SUBMODULES ...@@ -12,9 +12,6 @@ set(REQUIRED_SUBMODULES
ThirdParty/tetgen ThirdParty/tetgen
${OGS_ADDITIONAL_SUBMODULES_TO_CHECKOUT} ${OGS_ADDITIONAL_SUBMODULES_TO_CHECKOUT}
) )
if(OGS_BUILD_TESTS)
list(APPEND REQUIRED_SUBMODULES Tests/Data)
endif()
if(OGS_BUILD_GUI) if(OGS_BUILD_GUI)
list(APPEND REQUIRED_SUBMODULES ThirdParty/vtkGUISupportQt) list(APPEND REQUIRED_SUBMODULES ThirdParty/vtkGUISupportQt)
endif() endif()
......
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