You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Warning (dev) in third_party/googletest/googletest/CMakeLists.txt:
Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
interface. Run "cmake --help-policy CMP0022" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Target "gtest" has an INTERFACE_LINK_LIBRARIES property which differs from
its LINK_INTERFACE_LIBRARIES properties.
INTERFACE_LINK_LIBRARIES:
gcov;Threads::Threads
LINK_INTERFACE_LIBRARIES:
Threads::Threads
Any idea how to resolve this without setting a CMake policy? Thanks.
The text was updated successfully, but these errors were encountered:
My project builds fine but when I include
CodeCoverage.cmake
I get warnings issued from googletest.Causes the warning to be issued:
Any idea how to resolve this without setting a CMake policy? Thanks.
The text was updated successfully, but these errors were encountered: