From f15f0709eefc0099617c1476c4a986d142b41526 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Sun, 5 Feb 2023 20:06:34 +0100 Subject: [PATCH] Remove enable_testing --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b91eda..6ef6e8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -179,7 +179,6 @@ endif() unset(CONFIG_EXPORT_DIR) if(YAML_CPP_BUILD_TESTS) - enable_testing() add_subdirectory(test) endif()