From fffc720adf5b11dc6da01f68fbdad92e721fa4d7 Mon Sep 17 00:00:00 2001 From: Fabian Sauter Date: Fri, 20 May 2022 16:40:59 +0200 Subject: [PATCH] Disabled building tests Signed-off-by: Fabian Sauter --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e9302b643..092ab931b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ option(BUILD_SHARED_LIBS "Build libraries as shared libraries" ON) message(STATUS "General purpose GPU compute framework built on Vulkan") message(STATUS "=======================================================") # Enable or disable targets -kompute_option(KOMPUTE_OPT_BUILD_TESTS "Enable if you want to build tests" ON) +kompute_option(KOMPUTE_OPT_BUILD_TESTS "Enable if you want to build tests" OFF) kompute_option(KOMPUTE_OPT_CODE_COVERAGE "Enable if you want code coverage" OFF) kompute_option(KOMPUTE_OPT_BUILD_DOCS "Enable if you want to build documentation" OFF) kompute_option(KOMPUTE_OPT_INSTALL "Enable if you want to enable installation" OFF)