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

cmake: Fix incorrect relative-path concatenation #733

Merged
merged 2 commits into from
Nov 5, 2021

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    a8d871c View commit details
    Browse the repository at this point in the history
  2. cmake: Fix incorrect relative-path concatenation.

    When a `-DCMAKE_INSTALL_PREFIX` is given, this could result in paths
    like:
    
        /path/to/prefix//path/to/prefix/lib/cmake/glog/glog-modules.cmake
    
    which was incorrect.
    
    If a relative DESTINATION is given, it's assumed to be relative to the
    install prefix.
    
    Signed-off-by: Niklas Hambüchen <mail@nh2.me>
    nh2 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    57c636c View commit details
    Browse the repository at this point in the history