tgockel / zookeeper-cpp

A ZooKeeper client for C++.
http://tgockel.github.io/zookeeper-cpp/
Apache License 2.0
148 stars 40 forks source link

build: Ubuntu 18.04 has a useless `libgtest-dev` package #85

Closed tgockel closed 6 years ago

tgockel commented 6 years ago

It seems that the good people of Canonical have once again changed the way gtest is packaged, resulting in builds breaking on Ubuntu 18.04. The problem is the libgtest-dev package just creates some empty directories for some reason. The actual content has been moved to the googletest package and the file layout has changed for some reason. find_package(GTest) also still doesn't work on Ubuntu for some reason. I'm getting a bit tired having to deal with a different version of this problem every few months.