Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Issues with building LogDevice on Fedora Docker containers #31

Description

@skindstrom

I've found two issues with the Fedora docker containers, where both Fedora containers suffer from the same issue.

  1. 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.

  2. The issue with _boost_py_component moved to Find boost-python reliably cross linux distributions #35

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions