Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
muggenhor opened this issue Jun 3, 2017 · 0 comments
Closed

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

muggenhor opened this issue Jun 3, 2017 · 0 comments
Milestone

Comments

@muggenhor
Copy link
Contributor

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.

@muggenhor muggenhor modified the milestone: v0.4.1 Jun 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant