From d7916dcf34dbb712c2e1ed5b64aa5f8418bb0dd8 Mon Sep 17 00:00:00 2001 From: Vahan Aghajanyan Date: Wed, 7 Feb 2024 09:23:26 +0100 Subject: [PATCH] Remove reference to the deprecated module. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50c0ab3..1d8adb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,8 +73,8 @@ endif() add_subdirectory(src) if (ENABLE_TESTING) + include(CTest) enable_testing() - include(Dart) add_subdirectory(test) endif()