Skip to content

Fix configuration of dependencies

Marco Clemencic requested to merge clemenci-master-patch-19864 into master

the correct syntax is

gaudi_project(Name Version
              USE proj vers [proj vers...]
              ...)

i.e. there must be only one USE otherwise CMake argument parser will not fill correctly the list.

Merge request reports