Skip to content

Add "Uses" to CoralServerRepo (ADHI-4477)

Andy Salnikov requested to merge salnikov/DAQRelease:tickets/ADHI-4477 into master

Uses was lost in cmake migration, restoring it to make sure that LD_LIBRARY_PATH is set correctly. Instead of using whole "Online" repo I want to reduce dependencies and only add external packages that are needed by CORAL, no extra tdaq/dqm stuff. Also added DEPENDS and WORKING_DIRECTORY to coral-repository custom command to make it look like other custom commands.

Merge request reports