From 24cb2932ec435646ae7d27c9dee884ff64ebc767 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Thu, 2 Feb 2023 11:05:48 +0100 Subject: [PATCH] (CMake) add enable_testing() --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42e3bf7..9600767 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -183,6 +183,7 @@ endif() unset(CONFIG_EXPORT_DIR) if(YAML_CPP_BUILD_TESTS) + enable_testing() add_subdirectory(test) endif()