From d3a7a352d59e4075e979bfe9aea73f0f531c32eb Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Sat, 6 Nov 2021 16:44:07 -0400 Subject: cmake: move test enablement into test cmake --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 23d09682d..ae0a5d685 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,7 +111,6 @@ include(DefaultCFlags) add_subdirectory(src) if(BUILD_TESTS) - enable_testing() add_subdirectory(tests) endif() -- cgit v1.2.1