Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
15583129
Commit
15583129
authored
11 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
bf3dc102
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
15583129
...
...
@@ -45,7 +45,6 @@ option(ENABLE_FLTK "Build FLTK GUI" ${DEFAULT})
option
(
ENABLE_FOURIER_MODEL
"Enable Fourier geometrical models"
OFF
)
option
(
ENABLE_GMM
"Enable GMM linear algebra solvers"
${
DEFAULT
}
)
option
(
ENABLE_GRAPHICS
"Compile-in OpenGL graphics even if there is no GUI"
OFF
)
option
(
ENABLE_OPTHOM
"Enable optimization tool for high order meshes"
${
DEFAULT
}
)
option
(
ENABLE_KBIPACK
"Enable Kbipack for homology solver"
${
DEFAULT
}
)
option
(
ENABLE_MATHEX
"Enable MathEx expression parser"
${
DEFAULT
}
)
option
(
ENABLE_MED
"Enable MED mesh and post-processing file formats"
${
DEFAULT
}
)
...
...
@@ -61,6 +60,7 @@ option(ENABLE_OCC "Enable Open CASCADE geometrical models" ${DEFAULT})
option
(
ENABLE_ONELAB
"Enable OneLab solver interface"
${
DEFAULT
}
)
option
(
ENABLE_ONELAB_METAMODEL
"Enable OneLab metamodel"
${
DEFAULT
}
)
option
(
ENABLE_OPENMP
"Enable OpenMP"
OFF
)
option
(
ENABLE_OPTHOM
"Enable optimization tool for high order meshes"
${
DEFAULT
}
)
option
(
ENABLE_OS_SPECIFIC_INSTALL
"Use OS-specific (e.g. app bundle) install"
${
DEFAULT
}
)
option
(
ENABLE_OSMESA
"Use OSMesa for offscreen rendering"
OFF
)
option
(
ENABLE_PARSER
"Build the GEO file parser"
${
DEFAULT
}
)
...
...
@@ -82,7 +82,7 @@ option(ENABLE_WRAP_PYTHON "Build Python wrappers" OFF)
set
(
GMSH_MAJOR_VERSION 2
)
set
(
GMSH_MINOR_VERSION 8
)
set
(
GMSH_PATCH_VERSION
1
)
set
(
GMSH_PATCH_VERSION
2
)
set
(
GMSH_EXTRA_VERSION
""
CACHE STRING
"Gmsh extra version string"
)
set
(
GMSH_VERSION
"
${
GMSH_MAJOR_VERSION
}
.
${
GMSH_MINOR_VERSION
}
"
)
...
...
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