From 9252f495af41291256814e524e396afbf7f1ed7a Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Sun, 18 Dec 2016 23:41:03 +0300 Subject: [PATCH] Remove CDash-related stuff from the project, not used now anyway --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f5bef4bc..bdeea1d7a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -522,7 +522,6 @@ endif() if(ENABLE_TESTS) enable_testing() - include(CTest) endif() add_subdirectory(libtransmission)