From 7a5b105f492d21c4d8882ca9630fdf631905f55c Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Tue, 3 Mar 2020 12:35:01 -0400 Subject: [PATCH] Remove enable_testing() because ctest sucks (and thus we don't use it) --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc0480059..49ddba226 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -294,10 +294,6 @@ add_subdirectory(llarp) add_subdirectory(libabyss) add_subdirectory(daemon) -if(WITH_TESTS) - enable_testing() -endif() - if (NOT SHADOW) if(WITH_TESTS) add_subdirectory(test)