From 2fc3b0f47604caad605cd4672b159c98355883e0 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 27 Feb 2023 09:28:24 -0500 Subject: Tests: Drop use of legacy "Dart" module Use the CTest module directly. --- CMakeLists.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d11b4cd493..0ce42fb3aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -241,10 +241,6 @@ macro(CMAKE_SETUP_TESTING) configure_file(Tests/.NoDartCoverage Tests/.NoDartCoverage) configure_file(Tests/.NoDartCoverage Modules/.NoDartCoverage) configure_file(CTestCustom.cmake.in CTestCustom.cmake @ONLY) - if(BUILD_TESTING AND DART_ROOT) - configure_file(CMakeLogo.gif Testing/HTML/TestingResults/Icons/Logo.gif COPYONLY) - endif() - mark_as_advanced(DART_ROOT) endmacro() @@ -361,9 +357,7 @@ endif() #----------------------------------------------------------------------- include(Source/CMakeVersion.cmake) -# Include the standard Dart testing module -enable_testing() -include(${CMAKE_ROOT}/Modules/Dart.cmake) +include(CTest) # Set up test-time configuration. set_directory_properties(PROPERTIES -- cgit v1.2.1