From dd9aa2e4c615907d7500474992ff3a532c46620d Mon Sep 17 00:00:00 2001 From: Anton Reinhard Date: Sun, 30 Jan 2022 20:34:17 +0100 Subject: [PATCH] make ci build benchmark --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cbdf9e..49bd3c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ option(VIKUNJA_ENABLE_EXTRA_WARNINGS "Enable extra warnings" OFF) option(BUILD_TESTING "Build the testing tree." OFF) cmake_dependent_option(VIKUNJA_SYSTEM_CATCH2 "Use your local installation of Catch2" ON BUILD_TESTING OFF) cmake_dependent_option(VIKUNJA_ENABLE_CXX_TEST "Builds test that checks if the C++ standard is set correctly" OFF BUILD_TESTING OFF) -cmake_dependent_option(VIKUNJA_ENABLE_BENCHMARKS "Enable benchmarks" OFF BUILD_TESTING OFF) +cmake_dependent_option(VIKUNJA_ENABLE_BENCHMARKS "Enable benchmarks" ON BUILD_TESTING OFF) cmake_dependent_option(VIKUNJA_ENABLE_CUDA_THRUST_BENCHMARKS "Enable benchmarks using CUDA Thrust" OFF "VIKUNJA_ENABLE_BENCHMARKS;ALPAKA_ACC_GPU_CUDA_ENABLE" OFF) # activate support for host/device lambdas in cuda