GTest support is usually provided by cmake itself by the means of FindGTest.cmake, rather than by gtest using GTestConfig.cmake.
So I am not entirely sure why that like in ospTestSuite is using the CONFIG mode.
Patching CONFIG out just works, but maybe this should be the default?
GTest support is usually provided by cmake itself by the means of FindGTest.cmake, rather than by gtest using GTestConfig.cmake.
So I am not entirely sure why that like in
ospTestSuiteis using theCONFIGmode.Patching
CONFIGout just works, but maybe this should be the default?