Skip to content
Snippets Groups Projects
Commit fc4f9a24 authored by Gauthier Becker's avatar Gauthier Becker
Browse files

Last forget

parent 14aa6c4b
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ option(ENABLE_SWIG "Enable swig" ON)
option(ENABLE_TAUCS "Enable Taucs linear algebra solver" ON)
option(ENABLE_TETGEN "Enable Tetgen mesh generator" ON)
option(ENABLE_TETGEN_NEW "Enable experimental version of Tetgen" OFF)
option(ENABLE_NON_LINEAR_SOLVER "Enable use of non linear solver" OFF)
set(GMSH_MAJOR_VERSION 2)
set(GMSH_MINOR_VERSION 5)
......@@ -278,6 +279,10 @@ add_subdirectory(Common)
add_subdirectory(Numeric)
add_subdirectory(Geo)
if(ENABLE_NON_LINEAR_SOLVER)
add_subdirectory(NonLinearSolver)
endif(ENABLE_NON_LINEAR_SOLVER)
if(ENABLE_MESH)
add_subdirectory(Mesh)
set_config_option(HAVE_MESH "Mesh")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment