From 76b58b6f0bce1fb3f828ea4d2667023bdc907b26 Mon Sep 17 00:00:00 2001 From: Jacob Dahl <37091262+dakejahl@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:07:38 -0900 Subject: [PATCH] remove unused CTestConfig.cmake (#26333) --- CTestConfig.cmake | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 CTestConfig.cmake diff --git a/CTestConfig.cmake b/CTestConfig.cmake deleted file mode 100644 index 5762625f32..0000000000 --- a/CTestConfig.cmake +++ /dev/null @@ -1,15 +0,0 @@ -## This file should be placed in the root directory of your project. -## Then modify the CMakeLists.txt file in the root directory of your -## project to incorporate the testing dashboard. -## -## # The following are required to submit to the CDash dashboard: -## ENABLE_TESTING() -## INCLUDE(CTest) - -set(CTEST_PROJECT_NAME "PX4 Firmware") -set(CTEST_NIGHTLY_START_TIME "00:00:00 EST") - -set(CTEST_DROP_METHOD "http") -set(CTEST_DROP_SITE "my.cdash.org") -set(CTEST_DROP_LOCATION "/submit.php?project=PX4+Firmware") -set(CTEST_DROP_SITE_CDASH TRUE)