Skip to content
Snippets Groups Projects
Commit 17ec504b authored by Tom Fischer's avatar Tom Fischer
Browse files

Make Tetgen submodule available also in non GUI mode.

parent d0a3eefa
No related branches found
No related tags found
No related merge requests found
...@@ -9,13 +9,10 @@ set(REQUIRED_SUBMODULES ...@@ -9,13 +9,10 @@ set(REQUIRED_SUBMODULES
ThirdParty/cmake-modules ThirdParty/cmake-modules
ThirdParty/vtkdiff ThirdParty/vtkdiff
ThirdParty/tclap ThirdParty/tclap
ThirdParty/tetgen
${OGS_ADDITIONAL_SUBMODULES_TO_CHECKOUT} ${OGS_ADDITIONAL_SUBMODULES_TO_CHECKOUT}
) )
if(OGS_BUILD_GUI)
set(REQUIRED_SUBMODULES ${REQUIRED_SUBMODULES} ThirdParty/tetgen)
endif()
foreach(SUBMODULE ${REQUIRED_SUBMODULES}) foreach(SUBMODULE ${REQUIRED_SUBMODULES})
if(WIN32) if(WIN32)
set(SUBMODULE_STATE 1) set(SUBMODULE_STATE 1)
......
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