Skip to content

gflags not found #9

Description

@zwl995

My gflag and glog installations are all normal, but the following errors occur. I manually added find_package(gflags REQUIRED) and find_package(glog REQUIRED). The error of glog has disappeared, but the gflag still cannot be found。

CMake Error at CMakeLists.txt:123 (add_library):
  Target "depthmapAlign_pymodule" 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?


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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions