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 file with DESTDIR #1321

Merged
merged 2 commits into from
Jan 10, 2021
Merged

Fix cmake file with DESTDIR #1321

merged 2 commits into from
Jan 10, 2021

Commits on Jan 7, 2021

  1. Revert "Use INC_DIR for OPENJPEG_INCLUDE_DIRS (fixes #1174)"

    This reverts commit 6558637 which
    breaks cross-compilation of poppler under buildroot (because of
    DESTDIR usage).
    ffontaine committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    14f4c27 View commit details
    Browse the repository at this point in the history
  2. cmake/OpenJPEGConfig.cmake: replace ABSOLUTE by REALPATH

    Fix #1174 by replacing ABSOLUTE by REALPATH which will resolve symlinks:
    https://cmake.org/cmake/help/latest/command/get_filename_component.html
    
    Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
    ffontaine committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    4d0b49e View commit details
    Browse the repository at this point in the history