Remove unused OPENJPEG_INSTALL_DATA_DIR

This commit is contained in:
Andreas Sturmlechner 2018-11-02 17:32:20 +01:00 committed by Andreas Sturmlechner
parent 94d0b9aca4
commit b5d797f48e
1 changed files with 0 additions and 4 deletions

View File

@ -116,10 +116,6 @@ if(NOT OPENJPEG_INSTALL_SHARE_DIR)
set(OPENJPEG_INSTALL_SHARE_DIR "share")
endif()
if(NOT OPENJPEG_INSTALL_DATA_DIR)
set(OPENJPEG_INSTALL_DATA_DIR "${OPENJPEG_INSTALL_SHARE_DIR}/${OPENJPEG_INSTALL_SUBDIR}")
endif()
if(NOT OPENJPEG_INSTALL_INCLUDE_DIR)
set(OPENJPEG_INSTALL_INCLUDE_DIR "include/${OPENJPEG_INSTALL_SUBDIR}")
endif()