Skip to content

Commit 87efa16

Browse files
andreasmolandershahor02
authored andcommitted
FIT: Set correct path for macro installations
1 parent 03cc6ab commit 87efa16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Detectors/FIT/macros/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ o2_add_test_root_macro(readFITDCSdata.C
4040
O2::CCDB
4141
LABELS fit)
4242

43-
o2_data_file(COPY readFITDCSdata.C DESTINATION Detectors/FIT/macros/readFITDCSdata.C)
44-
o2_data_file(COPY readFITDeadChannelMap.C DESTINATION Detectors/FIT/macros/readFITDeadChannelMap.C)
43+
o2_data_file(COPY readFITDCSdata.C DESTINATION Detectors/FIT/macros/)
44+
o2_data_file(COPY readFITDeadChannelMap.C DESTINATION Detectors/FIT/macros/)

0 commit comments

Comments
 (0)