Skip to content

Commit a9dd4d3

Browse files
kostorrBarthelemy
authored andcommitted
Compile BarStress utility only when PDA is present
1 parent 99c49da commit a9dd4d3

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
@@ -148,9 +148,9 @@ build_util_exec(roc-reset CommandLineUtilities/ProgramReset.cxx)
148148
build_util_exec(roc-reg-read CommandLineUtilities/ProgramRegisterRead.cxx)
149149
build_util_exec(roc-reg-read-range CommandLineUtilities/ProgramRegisterReadRange)
150150
build_util_exec(roc-reg-write CommandLineUtilities/ProgramRegisterWrite.cxx)
151-
build_util_exec(roc-bar-stress CommandLineUtilities/ProgramBarStress.cxx)
152151

153152
if(ALICEO2_READOUTCARD_PDA_ENABLED)
153+
build_util_exec(roc-bar-stress CommandLineUtilities/ProgramBarStress.cxx)
154154
build_util_exec(roc-channel-cleanup CommandLineUtilities/ProgramCleanup.cxx)
155155
build_util_exec(roc-example Example.cxx)
156156
build_util_exec(roc-flash CommandLineUtilities/ProgramFlash.cxx)

0 commit comments

Comments
 (0)