facebook / wangle

Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.
Apache License 2.0
3.04k stars 535 forks source link

compile error #142

Open bluestn opened 5 years ago

bluestn commented 5 years ago

CMake Error at CMakeLists.txt:105 (add_library): Target "wangle" links to target "glog::glog" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?

How does glog::glog appear here? Maybe only glog, right?

draft6 commented 5 years ago

@bluestn Did you solve this in the end? Just tryed compiling the new version and am getting the same thing.