From: Bastian Dehn Date: Tue, 12 Mar 2024 16:54:46 +0000 (+0100) Subject: change run tests variable to option X-Git-Tag: v1.0.0^2~107 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=276bc0db7f5aff9154406cc7d1d5c104a07f0978;p=sane-kds-s2000w-net.git change run tests variable to option --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ef7c06..4a39fcd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ project("kds_s2000w_net" VERSION "0.0.1") add_subdirectory(src) -set(RUN_TESTS OFF CACHE BOOL "build and run tests") +option(RUN_TESTS "Enable tests" OFF) if(RUN_TESTS) add_subdirectory(tests)