ouster-lidar / ouster-sdk

Ouster, Inc. sample code
Other
468 stars 438 forks source link

spdlog dependency not documented. #458

Closed themightyoarfish closed 1 year ago

themightyoarfish commented 2 years ago

When building current master on macos arm

CMake Error at ouster_client/CMakeLists.txt:5 (find_package):
  By not providing "Findspdlog.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "spdlog", but
  CMake did not find one.

  Could not find a package configuration file provided by "spdlog" with any
  of the following names:

    spdlogConfig.cmake
    spdlog-config.cmake

  Add the installation prefix of "spdlog" to CMAKE_PREFIX_PATH or set
  "spdlog_DIR" to a directory containing one of the above files.  If "spdlog"
  provides a separate development package or SDK, be sure it has been
  installed.

There does not seem to be a hint that this needs to be installed anywhere.

Samahu commented 2 years ago

@themightyoarfish Unfortunately we haven't updated the documentation. Will keep this ticket open till then.

kairenw commented 1 year ago

The documentation has been updated. Closing issue.