Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a LINK_DIRS variable to CMakeLists. #44

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 25, 2024

  1. Adds a LINK_DIRS variable to CMakeLists.

    Fixes issue linking against this SDK library when installed locally
    using the `--install-prefix` flag. The root cause is that
    YDLIDAR_SDK_LIBRARY_DIRS is set to empty. LINK_DIRS (PACKAGE_LINK_DIRS)
    variable is used to set the YDLIDAR_SDK_LIBRARY_DIRS in the resulting
    ydlidar_sdkConfig.cmake file.
    vik748 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c4b74cf View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    2ad6ee5 View commit details
    Browse the repository at this point in the history