Skip to content

Commit 22c96f7

Browse files
ChristianTackeGSIkarabowi
authored andcommitted
build/ci: Drop last bits of "Dart"
All things have moved to CTest / CDash by now. So drop the last bits.
1 parent 01849fd commit 22c96f7

4 files changed

Lines changed: 2 additions & 141 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
2020

2121
# Define CMAKE_INSTALL_*DIR family of variables
2222
include(GNUInstallDirs)
23+
include(CTest)
2324
include(FairRootTargetRootDictionary)
2425

2526
# Define install dirs
@@ -88,7 +89,6 @@ include(FairRootPackage)
8889
include(FairRootSummary)
8990
include(FairMacros)
9091
include(WriteConfigFile)
91-
include(Dart)
9292
include(CheckCompiler)
9393

9494
if(FairCMakeModules_VERSION VERSION_GREATER_EQUAL 1.0.0)

Dart.sh

Lines changed: 0 additions & 132 deletions
This file was deleted.

Dart_Dispatcher.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

cmake/modules/FairMacros.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
2+
# Copyright (C) 2014-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
33
# #
44
# This software is distributed under the terms of the #
55
# GNU Lesser General Public Licence (LGPL) version 3, #
@@ -168,7 +168,6 @@ MACRO (CHECK_OUT_OF_SOURCE_BUILD)
168168
STRING(COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" insource)
169169
IF(insource)
170170
FILE(REMOVE_RECURSE ${CMAKE_SOURCE_DIR}/Testing)
171-
FILE(REMOVE ${CMAKE_SOURCE_DIR}/DartConfiguration.tcl)
172171
MESSAGE(FATAL_ERROR "FAIRROOT should be installed as an out of source build, to keep the source directory clean. Please create a extra build directory and run the command 'cmake path_to_source_dir' in this newly created directory. You have also to delete the directory CMakeFiles and the file CMakeCache.txt in the source directory. Otherwise cmake will complain even if you run it from an out-of-source directory.")
173172
ENDIF(insource)
174173

0 commit comments

Comments
 (0)