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
{{ message }}
This repository was archived by the owner on Jan 7, 2022. It is now read-only.
I've found two issues with the Fedora docker containers, where both Fedora containers suffer from the same issue.
A crash occurs because gtest_discover_tests is not found. This is because this function was added to the GoogleTest cmake module in 3.10, and the Fedora docker containers use cmake 3.9.1.
I suggest simply not using gtest_discover_tests when on a lesser version, as the tests seem to be added without this extra functionality anyways when GoogleTest can not be successfully loaded. I'll happily submit a PR for this.