Skip to content

ByteStreamCnvSvc: CMake fix

Rafal Bielski requested to merge rbielski-master-patch-15523 into master

Fix the following:

CMake Error at /cvmfs/atlas-nightlies.cern.ch/repo/sw/master_Athena_x86_64-centos7-gcc8-opt/2021-05-11T2101/Athena/22.0.35/InstallArea/x86_64-centos7-gcc8-opt/cmake/modules/AtlasTestFunctions.cmake:38 (add_executable):
  Target "ByteStreamCnvSvc_ByteStreamMetadataToolTest" links to target
  "GTest::gtest" but the target was not found.  Perhaps a find_package() call
  is missing for an IMPORTED target, or an ALIAS target is missing?

which is seen in local partial (WorkDir) builds of the package.

Not sure why it's never an issue in CI / full builds (@akraszna?)

MR submitted from GitLab web editor

Merge request reports