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
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gmsh
Gmsh
Commits
296dd75f
Commit
296dd75f
authored
Aug 28, 2018
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
ANN is now useful even without Mesh or Plugin modules
parent
09ce6880
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#2378
canceled
Aug 28, 2018
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+13
-15
13 additions, 15 deletions
CMakeLists.txt
with
13 additions
and
15 deletions
CMakeLists.txt
+
13
−
15
View file @
296dd75f
...
@@ -705,7 +705,6 @@ if(HAVE_FLTK OR ENABLE_GRAPHICS)
...
@@ -705,7 +705,6 @@ if(HAVE_FLTK OR ENABLE_GRAPHICS)
endif
(
OPENGL_GLU_FOUND AND OPENGL_FOUND
)
endif
(
OPENGL_GLU_FOUND AND OPENGL_FOUND
)
endif
(
HAVE_FLTK OR ENABLE_GRAPHICS
)
endif
(
HAVE_FLTK OR ENABLE_GRAPHICS
)
if
(
HAVE_MESH OR HAVE_PLUGINS
)
if
(
ENABLE_ANN
)
if
(
ENABLE_ANN
)
find_library
(
ANN_LIB ann PATH_SUFFIXES lib
)
find_library
(
ANN_LIB ann PATH_SUFFIXES lib
)
find_path
(
ANN_INC
"ANN.h"
PATH_SUFFIXES src include ANN
)
find_path
(
ANN_INC
"ANN.h"
PATH_SUFFIXES src include ANN
)
...
@@ -719,7 +718,6 @@ if(HAVE_MESH OR HAVE_PLUGINS)
...
@@ -719,7 +718,6 @@ if(HAVE_MESH OR HAVE_PLUGINS)
endif
(
ENABLE_SYSTEM_CONTRIB AND ANN_LIB AND ANN_INC
)
endif
(
ENABLE_SYSTEM_CONTRIB AND ANN_LIB AND ANN_INC
)
set_config_option
(
HAVE_ANN
"Ann"
)
set_config_option
(
HAVE_ANN
"Ann"
)
endif
(
ENABLE_ANN
)
endif
(
ENABLE_ANN
)
endif
(
HAVE_MESH OR HAVE_PLUGINS
)
if
(
ENABLE_BFGS
)
if
(
ENABLE_BFGS
)
add_subdirectory
(
contrib/lbfgs
)
add_subdirectory
(
contrib/lbfgs
)
...
...
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