Skip to content

Fix Google Test linking on Windows

Add logic to FindGTest.cmake to attempt to determine if the libraries are shared or static. If the libraries are shared, add an interface compile definition that is needed in some cases for successful linking on Windows. Also, don't use find_dependency.

Merge request reports