Skip to content
Snippets Groups Projects
Commit 7cef5b45 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

set options as cache variables

parent 02489537
Branches
No related tags found
No related merge requests found
Pipeline #4141 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment