Fabrice Fontaine
|
4d0b49edad
|
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>
|
2021-01-07 14:11:26 +01:00 |
Fabrice Fontaine
|
14f4c27e7c
|
Revert "Use INC_DIR for OPENJPEG_INCLUDE_DIRS (fixes uclouvain#1174)"
This reverts commit 65586374d6 which
breaks cross-compilation of poppler under buildroot (because of
DESTDIR usage).
|
2021-01-07 14:09:50 +01:00 |
Matthew Sharp
|
65586374d6
|
Use INC_DIR for OPENJPEG_INCLUDE_DIRS (fixes uclouvain#1174)
This fixes the case where the cmake file is accessed via a symlink.
|
2020-12-10 10:22:25 +11:00 |
Libor Bukata
|
24fd3ce777
|
The change makes a relative path to header files
always correct regardless of the number of sub-
directories in OPENJPEG_INSTALL_PACKAGE_DIR variable.
|
2018-08-31 12:57:40 +02:00 |
Mathieu Malaterre
|
d518970039
|
[trunk] Start FolderReorgProposal task
Update issue 177
|
2012-09-28 08:11:41 +00:00 |