Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
dune-curvedgrid
Commits
c0ba03c3
Commit
c0ba03c3
authored
Jun 16, 2020
by
Praetorius, Simon
Browse files
use cache variables for passing options to nanoflann
parent
7cef5b45
Pipeline
#4142
passed with stage
in 9 minutes and 33 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
libs/CMakeLists.txt
View file @
c0ba03c3
...
...
@@ -18,7 +18,7 @@ if(NOT EXISTS "${PROJECT_SOURCE_DIR}/libs/nanoflann/include/nanoflann.hpp")
endif
()
set
(
DUNE_REENABLE_ADD_TEST ON
)
set
(
BUILD_BENCHMARKS OFF CACHE BOOL
""
INTERNAL
)
set
(
BUILD_EXAMPLES OFF CACHE BOOL
""
INTERNAL
)
set
(
BUILD_TESTS OFF CACHE BOOL
""
INTERNAL
)
set
(
BUILD_BENCHMARKS OFF CACHE BOOL
""
)
set
(
BUILD_EXAMPLES OFF CACHE BOOL
""
)
set
(
BUILD_TESTS OFF CACHE BOOL
""
)
add_subdirectory
(
nanoflann
)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment