[1.5] cmake recommends the use of fullpath. Thanks to winfried for report.

This commit is contained in:
Mathieu Malaterre 2012-03-01 15:30:49 +00:00
parent cefa643823
commit c1c2d24b16
1 changed files with 2 additions and 2 deletions

View File

@ -254,9 +254,9 @@ INSTALL( FILES ${OPENJPEG_BINARY_DIR}/OpenJPEGConfig.cmake
#-----------------------------------------------------------------------------
# install CHANGES and LICENSE
IF(EXISTS CHANGES)
IF(EXISTS ${OPENJPEG_SOURCE_DIR}/CHANGES)
INSTALL(FILES CHANGES DESTINATION ${OPENJPEG_INSTALL_DOC_DIR})
ENDIF(EXISTS CHANGES)
ENDIF(EXISTS ${OPENJPEG_SOURCE_DIR}/CHANGES)
INSTALL(FILES LICENSE DESTINATION ${OPENJPEG_INSTALL_DOC_DIR})
INCLUDE (CMake/OpenJPEGCPack.cmake)