Skip to content

Commit bc8282b

Browse files
Rename FairRoot::FairTools to FairRoot::Tools
1 parent dc9001b commit bc8282b

33 files changed

Lines changed: 60 additions & 57 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ file an issue, so that we can see how to handle this.
8787
| --- | --- |
8888
| TrkBase | `FairRoot::TrackBase` |
8989
| FairDataMatch | `FairRoot::DataMatch` |
90+
| FairTools | `FairRoot::Tools` |
9091
9192
All those not listed here have the library name prefixed
9293
with `FairRoot::` as the target name.

alignment/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Copyright (C) 2014-2019 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
2+
# Copyright (C) 2014-2022 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, #
@@ -26,7 +26,7 @@ target_include_directories(${target} PUBLIC
2626
)
2727

2828
target_link_libraries(${target} PUBLIC
29-
FairRoot::FairTools
29+
FairRoot::Tools
3030

3131
ROOT::Geom
3232
)

base/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ target_include_directories(${target} PUBLIC
103103

104104
target_link_libraries(${target} PUBLIC
105105
FairRoot::Alignment
106-
FairRoot::FairTools
106+
FairRoot::Tools
107107
FairRoot::ParBase
108108
FairRoot::GeoBase
109109
$<$<TARGET_EXISTS:Boost::serialization>:Boost::serialization>

base/sim/fastsim/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Copyright (C) 2014-2019 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
2+
# Copyright (C) 2014-2022 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, #
@@ -36,7 +36,7 @@ else()
3636
endif()
3737

3838
target_link_libraries(${target} PUBLIC
39-
FairRoot::FairTools
39+
FairRoot::Tools
4040
FairRoot::Base # FairDetector,
4141
FairRoot::GeoBase
4242

basemq/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ target_include_directories(${target} PUBLIC
5555
target_link_libraries(${target} PUBLIC
5656
FairRoot::Base # FairTask, FairRunAna, FairRootFileSink, FairFileSource
5757
FairRoot::ParBase # FairParRootFileIo, FairRuntimeDb
58-
FairRoot::FairTools
58+
FairRoot::Tools
5959
$<$<BOOL:${BUILD_MBS}>:FairRoot::MbsAPI>
6060
FairRoot::FairMQ
6161

eventdisplay/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Copyright (C) 2014-2019 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
2+
# Copyright (C) 2014-2022 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, #
@@ -58,7 +58,7 @@ target_include_directories(${target} PUBLIC
5858
)
5959

6060
target_link_libraries(${target} PUBLIC
61-
FairRoot::FairTools
61+
FairRoot::Tools
6262
FairRoot::Base # FairRootManager, FairRunAna, FairTSBufferFunctional, FairTimeStamp, FairEventManager
6363

6464
ROOT::Core

examples/MQ/Lmd/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ target_include_directories(${target} PUBLIC
3131
target_link_libraries(${target} PUBLIC
3232
FairRoot::Base # FairRunIdGenerator
3333
FairRoot::BaseMQ # Serialization policies
34-
FairRoot::FairTools # FairLogger
34+
FairRoot::Tools # FairLogger
3535
FairRoot::ExMbs
3636
FairRoot::FairMQ
3737

examples/MQ/histogramServer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ target_include_directories(${target} PUBLIC
3232
target_link_libraries(${target} PUBLIC
3333
FairRoot::Base # FairRunIdGenerator
3434
FairRoot::BaseMQ # Serialization policies
35-
FairRoot::FairTools # FairLogger
35+
FairRoot::Tools # FairLogger
3636
FairRoot::ParBase
3737
FairRoot::FairMQ
3838

examples/MQ/parameters/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ target_include_directories(${target} PUBLIC
3535
target_link_libraries(${target} PUBLIC
3636
FairRoot::Base # FairRunIdGenerator
3737
FairRoot::BaseMQ # Serialization policies
38-
FairRoot::FairTools # FairLogger
38+
FairRoot::Tools # FairLogger
3939
FairRoot::ParBase
4040
FairRoot::FairMQ
4141

examples/MQ/pixelAlternative/src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Copyright (C) 2014-2019 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
2+
# Copyright (C) 2014-2022 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, #
@@ -41,7 +41,7 @@ target_include_directories(${target} PUBLIC
4141

4242
target_link_libraries(${target} PUBLIC
4343
FairRoot::Base # FairRunIdGenerator
44-
FairRoot::FairTools # FairLogger
44+
FairRoot::Tools # FairLogger
4545
FairRoot::ParBase
4646
FairRoot::BaseMQ # Serialization policies
4747
FairRoot::ExPixel

0 commit comments

Comments
 (0)