From a13c3ed1cd6da64b381322f3466f3b4fc9a80ff2 Mon Sep 17 00:00:00 2001 From: cqwrteur <100043421+trcrsired@users.noreply.github.com> Date: Sun, 31 Mar 2024 02:49:29 -0400 Subject: [PATCH] option missing --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd2c59e4d..49703a86d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,6 +99,8 @@ endif() endif() +option(ENABLE_TESTS "Enable tests" OFF) + if(${ENABLE_TESTS}) include(CTest) include_directories(include)