PreConfig GTest in the Projects, master branch (2021.12.10.)
Made most projects set up GTest automatically for their clients.
GTest
is used through an imported target (see FindGTest.cmake), and we use it in a couple of exported targets (shared libraries) of our own. These explicit find_package
calls make sure that the ATLAS libraries could be used correctly in partial builds using the WorkDir project.
This is meant to fix ATLINFR-4366. Pinging @fwinkl and @krumnack for good measure.