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.