From ec3652a0bd8b00c6eae459c65cd0573ca05679b9 Mon Sep 17 00:00:00 2001 From: KWSys Upstream Date: Tue, 28 Feb 2023 07:57:36 -0500 Subject: KWSys 2023-02-28 (68534a6a) Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 68534a6ae5bc4a8325334d693d3a6a9fda942a87 (master). Upstream Shortlog ----------------- Brad King (1): b4492d09 cmake: Drop use of legacy "Dart" module --- CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2defc6c..2b8eedd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -201,11 +201,7 @@ endif() # Enable testing if building standalone. if(KWSYS_STANDALONE) - include(Dart) - mark_as_advanced(BUILD_TESTING DART_ROOT TCL_TCLSH) - if(BUILD_TESTING) - enable_testing() - endif() + include(CTest) endif() # Choose default shared/static build if not specified. -- cgit v0.12