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
7cef5b45
Commit
7cef5b45
authored
Jun 16, 2020
by
Praetorius, Simon
Browse files
set options as cache variables
parent
02489537
Pipeline
#4141
failed with stage
in 9 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libs/CMakeLists.txt
View file @
7cef5b45
...
...
@@ -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
)
set
(
BUILD_EXAMPLES OFF
)
set
(
BUILD_TESTS OFF
)
set
(
BUILD_BENCHMARKS OFF
CACHE BOOL
""
INTERNAL
)
set
(
BUILD_EXAMPLES OFF
CACHE BOOL
""
INTERNAL
)
set
(
BUILD_TESTS OFF
CACHE BOOL
""
INTERNAL
)
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