Skip to content

Commit 100d36e

Browse files
authored
Merge pull request #14 from rest-for-physics/jgalan_minor_fix
CMakeLists.txt excluding TRestRawToDetectorSignalProcess
2 parents fba5330 + b202684 commit 100d36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(excludes)
66
set(deps detector geant4 track raw)
77
if (NOT ${RESTLIB_RAW} MATCHES "ON")
88
list(REMOVE_ITEM deps raw)
9-
set(excludes ${excludes} TRestDetectorSignalToRawSignalProcess TRestRawReadoutAnalysisProcess)
9+
set(excludes ${excludes} TRestDetectorSignalToRawSignalProcess TRestRawReadoutAnalysisProcess TRestRawToDetectorSignalProcess)
1010
endif ()
1111
if (NOT ${RESTLIB_TRACK} MATCHES "ON")
1212
list(REMOVE_ITEM deps track)

0 commit comments

Comments
 (0)