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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: