Skip to content

Download googletest only if needed

Marco Clemencic requested to merge clemenci/SOAContainer:optional-gtest into master

LHCb nightly/release builds might run on machines without external network connectivity, so we cannot git clone SOAContainer because of the connection to github.

This change removed the submodule and replaces it with a download at configuration time, only happening if tests are enabled (we do not build SOAContainer tests in LHCb builds).

Merge request reports