Skip to content

CMake 2.8.12 isn't enough: 3.1 is needed #153

@muggenhor

Description

@muggenhor

Inside FindGMock.cmake we're using find_dependency() from the CMakeFindDependencyMacro module. That module only got added in CMake 3.0. Furthermore we're relying on the import target Threads::Threads, which only gets added with CMake 3.1.

This is what #152 was about and #140 also addresses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions