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
/Users/sergeygorbov/.hunter/_Base/0a8ede4/6c1eb30/c2ff296/Build/GTest/Source/googlemock/include/gmock/gmock-actions.h:455:3: error: definition of implicit copy constructor for 'PolymorphicAction<testing::internal::ReturnNullAction>' is deprecated because it has a user-declared copy assignment operator [-Werror,-Wdeprecated-copy]
GTEST_DISALLOW_ASSIGN_(PolymorphicAction);
^
/Users/sergeygorbov/.hunter/_Base/0a8ede4/6c1eb30/c2ff296/Build/GTest/Source/googletest/include/gtest/internal/gtest-port.h:682:8: note: expanded from macro 'GTEST_DISALLOW_ASSIGN_'
void operator=(type const &) = delete
^
/Users/sergeygorbov/.hunter/_Base/0a8ede4/6c1eb30/c2ff296/Build/GTest/Source/googlemock/include/gmock/gmock-actions.h:1011:10: note: in implicit copy constructor for 'testing::PolymorphicAction<testing::internal::ReturnNullAction>' first required here
return MakePolymorphicAction(internal::ReturnNullAction());
The text was updated successfully, but these errors were encountered:
So this Hunter package manager is a bit outdated and that causes lots of issues. The newer releases can be found
at https://github.com/cpp-pm/hunter. I just changed the version from v0.23.297.tar.gz to v0.24.16.tar.gz in the download URL in the CMakeLists.txt and all went fine.
Getting 12 errors like the one below
The text was updated successfully, but these errors were encountered: