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
6090845b
Commit
6090845b
authored
Jun 16, 2020
by
Praetorius, Simon
Browse files
Do not test nanoflann library
parent
0f85c2a3
Pipeline
#4139
failed with stage
in 6 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libs/CMakeLists.txt
View file @
6090845b
...
...
@@ -17,5 +17,7 @@ if(NOT EXISTS "${PROJECT_SOURCE_DIR}/libs/nanoflann/include/nanoflann.hpp")
message
(
FATAL_ERROR
"The submodules were not downloaded! GIT_SUBMODULE was turned off or failed. Please update submodules and try again."
)
endif
()
set
(
DUNE_REENABLE_ADD_TEST TRUE
)
set
(
BUILD_BENCHMARKS OFF
)
set
(
BUILD_EXAMPLES OFF
)
set
(
BUILD_TESTS OFF
)
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