Skip to content

CMake Error when following build instructions #4

Description

@jmstadt

Hello, I am trying to follow the build instructions. When I get to typing cmake .. on the command line, I get the following error:

CMake Error at /opt/homebrew/lib/cmake/vtk-9.2/VTK-targets.cmake:973 (set_target_properties):
  The link interface of target "VTK::jsoncpp" contains:

    JsonCpp::JsonCpp

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.

Call Stack (most recent call first):
  /opt/homebrew/lib/cmake/vtk-9.2/vtk-config.cmake:138 (include)
  /opt/homebrew/share/pcl-1.13/PCLConfig.cmake:271 (find_package)
  /opt/homebrew/share/pcl-1.13/PCLConfig.cmake:320 (find_VTK)
  /opt/homebrew/share/pcl-1.13/PCLConfig.cmake:554 (find_external_library)
  CMakeLists.txt:6 (find_package)

Any guidance on whether this is related to my MacOS or whether this repo is still functioning?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions