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

fix(cmake): fix installation with cmake --install #7161

Merged
merged 4 commits into from
Nov 5, 2024

Commits on Oct 31, 2024

  1. fix(cmake) Fix Installation with cmake --install

    By default cmake --install instals the includes and the archives in /usr/local
    It is also possible to set an installation prefix. Fixes lvgl#6787 lvgl#6478
    etag4048 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ebcc73e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. fix(cmake) Fix installation with cmake --install

    fixes issue lvgl#6787 lvgl#6478
    
    The DESTINATION arg of the install directives located in
    env_support/cmake/custom.cmake being hardcoded to the default
    value CMAKE_INSTALL_PREFIX resulted in a broken cmake_install.cmake file
    etag4048 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    da14d24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2628e2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83e2163 View commit details
    Browse the repository at this point in the history